MOGAL
Public Member Functions

mogal::GAFactoryParams Class Reference

Base class for the parameters of a genetic algorithm factory. More...

#include <gafactory.h>

Inherited by mogal::DoubleVectorGAFactoryParams.

List of all members.

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.

Detailed Description


Member Function Documentation

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.


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