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