27 #ifndef STANDARTMUTATIONFACTORSTRATEGY_H_
28 #define STANDARTMUTATIONFACTORSTRATEGY_H_
StandartMutationFactorStrategy()
default constructor
Definition: StandartMutationFactorStrategy.cpp:39
this strategy calculate the mutation factor by the variance of the gens in the giving set ...
Definition: StandartMutationFactorStrategy.h:43
virtual IValue * calcMutationFactor(const std::vector< Gen * > &gene)
gives the varianz of the gens in the set as mutation factor back.
Definition: StandartMutationFactorStrategy.cpp:47
The Gen class.
Definition: Gen.h:51
virtual ~StandartMutationFactorStrategy()
default destructor
Definition: StandartMutationFactorStrategy.cpp:43
This is a interface for a strategy, which is used by ValueMutationStrategy.
Definition: IMutationFactorStrategy.h:40
This class is a interface for a value which is part of a gen.
Definition: IValue.h:38