Home | History | Annotate | Download | only in ceres

Lines Matching refs:LineSearch

56 // hard, instances of LineSearch find a point that satisfies a
60 class LineSearch {
193 explicit LineSearch(const LineSearch::Options& options);
194 virtual ~LineSearch() {}
196 static LineSearch* Create(const LineSearchType line_search_type,
197 const LineSearch::Options& options,
223 const LineSearch::Options& options() const { return options_; }
226 LineSearch::Options options_;
229 class LineSearchFunction : public LineSearch::Function {
255 class ArmijoLineSearch : public LineSearch {
257 explicit ArmijoLineSearch(const LineSearch::Options& options);
272 class WolfeLineSearch : public LineSearch {
274 explicit WolfeLineSearch(const LineSearch::Options& options);