53 virtual void next(
int M)=0;
virtual void startup()=0
Startup the search method.
The interface that the search methods must to implement.
virtual double getFitness()=0
Get the best fitness value found up to the moment.
virtual void next(int M)=0
Obtain the next improvement.
virtual int getNEvals()=0
Get the number of fitness function evaluations performed up to the moment.
virtual int getBestPos(double *_x)=0
Get the best result obtained up to the moment.