Restored default deltaInit to 1.0 to resolve issue #9

release/4.3a0
Frank Dellaert 2019-06-15 14:09:19 -04:00 committed by GitHub
parent da09428110
commit 876475a774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public:
VerbosityDL verbosityDL; ///< The verbosity level for Dogleg (default: SILENT), see also NonlinearOptimizerParams::verbosity
DoglegParams() :
deltaInitial(10.0), verbosityDL(SILENT) {}
deltaInitial(1.0), verbosityDL(SILENT) {}
virtual ~DoglegParams() {}