Searched refs:WolfeLineSearch (Results 1 – 2 of 2) sorted by relevance
273 class WolfeLineSearch : public LineSearch {275 explicit WolfeLineSearch(const LineSearch::Options& options);276 virtual ~WolfeLineSearch() {} in ~WolfeLineSearch()
92 line_search = new WolfeLineSearch(options); in Create()320 WolfeLineSearch::WolfeLineSearch(const LineSearch::Options& options) in WolfeLineSearch() function in ceres::internal::WolfeLineSearch323 void WolfeLineSearch::Search(const double step_size_estimate, in Search()453 bool WolfeLineSearch::BracketingPhase( in BracketingPhase()641 bool WolfeLineSearch::ZoomPhase(const FunctionSample& initial_position, in ZoomPhase()