11 #ifndef PRIMATOLOGIST_OPTIMIZATION_NOLINESEARCH_H 12 #define PRIMATOLOGIST_OPTIMIZATION_NOLINESEARCH_H 15 #include <cartobase/config/verbose.h> 93 #endif // PRIMATOLOGIST_OPTIMIZATION_NOLINESEARCH_H
void setVerbose(int v=carto::verbose)
const Vector & position() const
NoLineSearch(const NoLineSearch< O > &other)
void setSearchDirection(const Vector &p=Vector())
void setMaximize(bool maximize=false)
Object used by classes that can take a line search tool as template argument but need a default objec...
Matrix class implementing matrix operations.
const Objective & objectiveFunction() const
const Vector & searchDirection() const
void setPosition(const Vector &x=Vector())
void setObjectiveFunction(const Objective &f)
NoLineSearch(const Objective &f=Objective())
NoLineSearch & operator=(const NoLineSearch< O > &other)