HomeSort by relevance Sort by last modified time
    Searched refs:WolfeLineSearch (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
line_search.h 268 // (p60-61) with inspiration from the WolfeLineSearch which ships with the
273 class WolfeLineSearch : public LineSearch {
275 explicit WolfeLineSearch(const LineSearch::Options& options);
276 virtual ~WolfeLineSearch() {}
line_search.cc 92 line_search = new WolfeLineSearch(options);
174 // behaviour in WolfeLineSearch.
320 WolfeLineSearch::WolfeLineSearch(const LineSearch::Options& options)
323 void WolfeLineSearch::Search(const double step_size_estimate,
453 bool WolfeLineSearch::BracketingPhase(
641 bool WolfeLineSearch::ZoomPhase(const FunctionSample& initial_position,
    [all...]

Completed in 551 milliseconds