#include "freEvolutionaryStrategySOOptimizerController.h"#include "freExceptions.h"#include "freEvolutionaryStrategyOptimizerController.h"#include "freESParentSelectorControllerBase.h"#include "freESRecombinatorControllerBase.h"#include "freESMutationControllerBase.h"#include "freESSelectionControllerBase.h"

Go to the source code of this file.
Namespaces | |
| namespace | FREE |
Functions | |
| FREE::DefineParameterMacro (EvolutionaryStrategySOOptimizerController, MutateIntitialPopulation,"MutateIntitialPopulation","Indicates if the starting population will be mutated one time befor beginning the evolutionary process. Usefull if the population is generated automatically.") | |
| FREE::DefineParameterMacro (EvolutionaryStrategySOOptimizerController, IntitialPopulation,"IntitialPopulation","The starting population for the optimization process. Every layer is one individuals, the values are the objective parameters. If the initial population is empty the initial position of the transform will be used to generate the starting population.") | |
| FREE::DefineParameterMacro (EvolutionaryStrategySOOptimizerController, NumberOfParents,"NumberOfParents","Number of parents in every generation. Equals the term Mu in evolutionary strategies.") | |
| FREE::DefineParameterMacro (EvolutionaryStrategySOOptimizerController, NumberOfChildren,"NumberOfChildren","Number of parents in every generation. Equals the term lambda in evolutionary strategies.") | |
| FREE::DefineParameterMacro (EvolutionaryStrategySOOptimizerController, Threshold,"Threshold","Threshold for the best individual in the population. If this treshold is reached, the optimization process will stop.") | |
1.5.3 written by Dimitri van Heesch,
© 1997-2000