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

  /external/ceres-solver/internal/ceres/
line_search.h 54 // hard, instances of LineSearch find a point that satisfies a
58 class LineSearch {
194 explicit LineSearch(const LineSearch::Options& options);
195 virtual ~LineSearch() {}
197 static LineSearch* Create(const LineSearchType line_search_type,
198 const LineSearch::Options& options,
224 const LineSearch::Options& options() const { return options_; }
227 LineSearch::Options options_;
230 class LineSearchFunction : public LineSearch::Function
    [all...]
line_search.cc 80 LineSearch::LineSearch(const LineSearch::Options& options)
83 LineSearch* LineSearch::Create(const LineSearchType line_search_type,
84 const LineSearch::Options& options,
86 LineSearch* line_search = NULL;
150 double LineSearch::InterpolatingPolynomialMinimizingStepSize(
219 ArmijoLineSearch::ArmijoLineSearch(const LineSearch::Options& options)
220 : LineSearch(options) {
    [all...]

Completed in 57 milliseconds