43 #ifndef METAOPTIMIZER_H__ 44 #define METAOPTIMIZER_H__ 80 for (
unsigned int i = 0; i <
optimizers_.size(); i++)
91 for (
unsigned int i = 0; i <
optimizers_.size(); i++)
98 for(
unsigned int i = 0; i <
optimizers_.size(); i++)
103 #ifndef NO_VIRTUAL_COV 119 virtual void addOptimizer(
const std::string & name,
Optimizer * optimizer,
const std::vector<std::string> & params,
unsigned short derivatives = 0,
const std::string & type =
IT_TYPE_STEP)
249 #endif //METAOPTIMIZER_H__
This class allows to perform a correspondence analysis.
This is the function abstract class.
The parameter list object.
virtual void setFunction(Function *function)=0
Set the function to optimize.
void setFunction(Function *function)
Set the function to optimize.
The Clonable interface (allow an object to be cloned).
Partial implementation of the Optimizer interface.
This is the basal interface for all optimization methods.