40 #ifndef POWELLMULTIDIMENSIONS_H__ 41 #define POWELLMULTIDIMENSIONS_H__ 45 #include "../VectorTools.h" 114 #endif //_POWELLMULTIDIMENSIONS_H_ bool isToleranceReached() const
Tell if the we reached the desired tolerance with a given new set of estimates.
void doInit(const ParameterList ¶ms)
This function is called by the init() method and contains all calculations.
virtual ~PMDStopCondition()
PowellMultiDimensions(Function *function)
Powell's multi-dimensions optimization algorithm for one parameter.
This class allows to perform a correspondence analysis.
virtual ~PowellMultiDimensions()
double optimize()
Basic implementation.
This is the function abstract class.
The parameter list object.
double doStep()
This function is called by the step() method and contains all calculations.
Partial implementation of the Optimizer interface.
double getCurrentTolerance() const
Get the current tolerance.
PMDStopCondition(PowellMultiDimensions *pmd)
Partial implementation of the OptimizationStopCondition interface.
PowellMultiDimensions * clone() const
Create a copy of this object and send a pointer to it.
PMDStopCondition * clone() const
Create a copy of this object and send a pointer to it.
std::vector< Vdouble > VVdouble