OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineSearchDirection
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/internal/ceres/
line_search_direction.h
43
class
LineSearchDirection
{
63
static
LineSearchDirection
* Create(const Options& options);
65
virtual ~
LineSearchDirection
() {}
line_search_direction.cc
42
class SteepestDescent : public
LineSearchDirection
{
53
class NonlinearConjugateGradient : public
LineSearchDirection
{
101
class LBFGS : public
LineSearchDirection
{
146
class BFGS : public
LineSearchDirection
{
301
LineSearchDirection
*
302
LineSearchDirection
::Create(const
LineSearchDirection
::Options& options) {
line_search_minimizer.cc
157
LineSearchDirection
::Options line_search_direction_options;
165
scoped_ptr<
LineSearchDirection
> line_search_direction(
166
LineSearchDirection
::Create(line_search_direction_options));
266
LineSearchDirection
::Create(line_search_direction_options));
Completed in 27 milliseconds