Start wrapping the verbosity options for GNC
parent
4e1e76250e
commit
5dff046488
|
@ -527,8 +527,13 @@ template<PARAMS>
|
|||
virtual class GncParams {
|
||||
GncParams(const PARAMS& baseOptimizerParams);
|
||||
GncParams();
|
||||
void setVerbosityGNC(const gtsam::GncParams::Verbosity value);
|
||||
void print(const string& str) const;
|
||||
};
|
||||
|
||||
typedef gtsam::GncParams::Verbosity::SILENT GncVerbositySilent;
|
||||
typedef gtsam::GncParams::Verbosity::SUMMARY GncVerbositySummary;
|
||||
typedef gtsam::GncParams::Verbosity::VALUES GncVerbosityValues;
|
||||
|
||||
typedef gtsam::GncParams<gtsam::GaussNewtonParams> GncGaussNewtonParams;
|
||||
typedef gtsam::GncParams<gtsam::LevenbergMarquardtParams> GncLMParams;
|
||||
|
|
Loading…
Reference in New Issue