OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WolfeLineSearch
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
line_search.h
267
// (p60-61) with inspiration from the
WolfeLineSearch
which ships with the
272
class
WolfeLineSearch
: public LineSearch {
274
explicit
WolfeLineSearch
(const LineSearch::Options& options);
275
virtual ~
WolfeLineSearch
() {}
line_search.cc
89
line_search = new
WolfeLineSearch
(options);
171
// behaviour in
WolfeLineSearch
.
308
WolfeLineSearch
::
WolfeLineSearch
(const LineSearch::Options& options)
311
void
WolfeLineSearch
::Search(const double step_size_estimate,
427
bool
WolfeLineSearch
::BracketingPhase(
584
bool
WolfeLineSearch
::ZoomPhase(const FunctionSample& initial_position,
Completed in 108 milliseconds