Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
This class makes a elite select and bring only the best individual in the next generation. More...
#include <EliteSelectStrategy.h>
Public Member Functions | |
EliteSelectStrategy () | |
default constructor More... | |
virtual | ~EliteSelectStrategy () |
default destructor More... | |
virtual void | select (Generation *oldGeneration, Generation *newGeneration) |
select the individual in the old generation which should be in the new generation (only the best). More... | |
![]() | |
ISelectStrategy () | |
default constructor More... | |
virtual | ~ISelectStrategy () |
default destructor More... | |
This class makes a elite select and bring only the best individual in the next generation.
default constructor
|
virtual |
default destructor
|
virtual |
select the individual in the old generation which should be in the new generation (only the best).
oldGeneration | (Generation*) the old generation |
newGeneration | (Generation*) the new generation |
Implements ISelectStrategy.