MOGAL
|
Base class for the parameters of a genetic algorithm factory. More...
#include <gafactory.h>
Inherited by mogal::DoubleVectorGAFactoryParams.
Public Member Functions | |
virtual bool | write (serut::SerializationInterface &si) const =0 |
Serialize the current parameters. | |
virtual bool | read (serut::SerializationInterface &si)=0 |
De-serialize the current parameters. |
virtual bool mogal::GAFactoryParams::read | ( | serut::SerializationInterface & | si | ) | [pure virtual] |
De-serialize the current parameters. This is an abstract function and needs to be implemented in a specific algorithm.
virtual bool mogal::GAFactoryParams::write | ( | serut::SerializationInterface & | si | ) | const [pure virtual] |
Serialize the current parameters. This is an abstract function and needs to be implemented in a specific algorithm.