OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_step_expansion
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/internal/ceres/
line_search.h
73
max_step_expansion
(10.0),
142
// new_step_size <=
max_step_expansion
* step_size.
144
// By definition for expansion,
max_step_expansion
> 1.0.
145
double
max_step_expansion
;
member in struct:ceres::internal::LineSearch::Options
line_search.cc
323
CHECK_GT(options().
max_step_expansion
, 1.0);
536
? (current.x * options().
max_step_expansion
) : current.x;
line_search_minimizer.cc
184
line_search_options.
max_step_expansion
=
Completed in 2576 milliseconds