|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
this strategy calculate the mutation factor by the variance of the gens in the giving set More...
#include <StandartMutationFactorStrategy.h>


Public Member Functions | |
| StandartMutationFactorStrategy () | |
| default constructor More... | |
| virtual | ~StandartMutationFactorStrategy () |
| default destructor More... | |
| virtual IValue * | calcMutationFactor (const std::vector< Gen * > &gene) |
| gives the varianz of the gens in the set as mutation factor back. More... | |
Public Member Functions inherited from IMutationFactorStrategy | |
| IMutationFactorStrategy () | |
| default constructor More... | |
| virtual | ~IMutationFactorStrategy () |
| default destructor More... | |
this strategy calculate the mutation factor by the variance of the gens in the giving set
default constructor
|
virtual |
default destructor
gives the varianz of the gens in the set as mutation factor back.
| gene | (vector<Gen*>) the set of gens |
Implements IMutationFactorStrategy.