EvolvingObjects
eoEsMutationInit Class Reference

Initialize Mutation operator. More...

#include <eoEsMutationInit.h>

List of all members.

Public Member Functions

 eoEsMutationInit (eoParser &_parser, std::string _section="ES mutation parameters")
 Constructor.
virtual ~eoEsMutationInit ()
 Virtual destructor.
double TauLcl (void)
 local tau
double TauGlb (void)
 global tau
double TauBeta (void)
 correlation's tau

Protected Member Functions

virtual std::string section (void)
virtual std::string TauLclName (void) const
virtual char TauLclShort (void) const
virtual std::string TauGlbName (void) const
virtual char TauGlbShort (void) const
virtual std::string TauBetaName (void) const
virtual char TauBetaShort (void) const

Private Attributes

eoParserparser
std::string repSection
eoValueParam< double > * TauLclParam
eoValueParam< double > * TauGlbParam
eoValueParam< double > * TauBetaParam

Detailed Description

Initialize Mutation operator.

Proxy class that is used for initializing the mutation operator. It provides an interface between eoEsMutate and the abstract parameterLoader. It also provides the names for the parameters in this class as virtual protected member functions.

If you have more than a single ES in a project that need different names in the configuration files, you might consider overriding this class to change the names.

See also:
eoEsMutate

Definition at line 48 of file eoEsMutationInit.h.


Constructor & Destructor Documentation

eoEsMutationInit::eoEsMutationInit ( eoParser _parser,
std::string  _section = "ES mutation parameters" 
) [inline]

Constructor.

Parameters:
_parserParser to read parameters from.
_sectionParser section for $\tau$-parameters.

Definition at line 57 of file eoEsMutationInit.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends