5 #ifndef BPP_NUMERIC_FUNCTION_POWELLMULTIDIMENSIONS_H 6 #define BPP_NUMERIC_FUNCTION_POWELLMULTIDIMENSIONS_H 9 #include "../VectorTools.h" 53 std::shared_ptr<DirectionFunction>
f1dim_;
75 #endif // BPP_NUMERIC_FUNCTION_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()
Powell's multi-dimensions optimization algorithm for one parameter.
virtual ~PowellMultiDimensions()
double optimize()
Basic implementation.
PowellMultiDimensions(std::shared_ptr< FunctionInterface > function)
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
std::shared_ptr< DirectionFunction > f1dim_