evSOLve.JEvolution
Interface Selection
- All Known Implementing Classes:
- NoSelection, TournamentSelection
- public interface Selection
The Selection interface for implementation of various selection methods.
- Version:
- 0.4
- Author:
- Helmut A. Mayer
Method Summary |
void |
doSelect(Population parents,
Population offspring)
The selection method implementing the core principle of an EA: survival of the fittest. |
doSelect
public void doSelect(Population parents,
Population offspring)
- The selection method implementing the core principle of an EA: survival of the fittest.
- Parameters:
parents
- the Population under pressureoffspring
- the Population of survivors