mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
max_consecutive_nonmonotonic_steps should be int
Found via Visual Studio warning. Change-Id: Id2cd7de562dfc8cd35df5d5f5220dd2d7350eb2c
This commit is contained in:
@@ -100,7 +100,7 @@ class Minimizer {
|
||||
double eta;
|
||||
bool jacobi_scaling;
|
||||
bool use_nonmonotonic_steps;
|
||||
bool max_consecutive_nonmonotonic_steps;
|
||||
int max_consecutive_nonmonotonic_steps;
|
||||
vector<int> lsqp_iterations_to_dump;
|
||||
DumpFormatType lsqp_dump_format_type;
|
||||
string lsqp_dump_directory;
|
||||
|
||||
Reference in New Issue
Block a user