realea::IParallelLocalSearch Class Reference

#include <ilocalsearch.h>

Inherits realea::ILocalSearch.

Collaboration diagram for realea::IParallelLocalSearch:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ILSParametersrecoverOptions (tGen *params, unsigned size)=0
virtual void storeOptions (ILSParameters *params, tGen **paparams, unsigned *psize)=0

Detailed Description

This class allow us to recover and receive the parameters using an array (for Niching Techniques)

Definition at line 130 of file ilocalsearch.h.


Member Function Documentation

virtual ILSParameters* realea::IParallelLocalSearch::recoverOptions ( tGen *  params,
unsigned  size 
) [pure virtual]

Obtain the parameter from a serialized array.

Parameters:
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.

Parameters:
params parameter to store
paparams reference to sequencial parameters (can be NULL)
size reference to size (always is right, even if params == NULL)
See also:
recoverOptions

The documentation for this class was generated from the following file:

Generated on Sun May 9 12:26:14 2010 for Realea by  doxygen 1.6.1