#include <ilocalsearch.h>
Inherits realea::ILocalSearch.
Public Member Functions | |
virtual ILSParameters * | recoverOptions (tGen *params, unsigned size)=0 |
virtual void | storeOptions (ILSParameters *params, tGen **paparams, unsigned *psize)=0 |
This class allow us to recover and receive the parameters using an array (for Niching Techniques)
Definition at line 130 of file ilocalsearch.h.
virtual ILSParameters* realea::IParallelLocalSearch::recoverOptions | ( | tGen * | params, | |
unsigned | size | |||
) | [pure virtual] |
Obtain the parameter from a serialized array.
params | array of params | |
size | size of array |
virtual void realea::IParallelLocalSearch::storeOptions | ( | ILSParameters * | params, | |
tGen ** | paparams, | |||
unsigned * | psize | |||
) | [pure virtual] |
Store in a real vector the values of a parameters.
params | parameter to store | |
paparams | reference to sequencial parameters (can be NULL) | |
size | reference to size (always is right, even if params == NULL) |