ec.steadystate
Interface SteadyStateSpeciesForm
- All Known Implementing Classes:
- GPSteadyStateSpecies
- public interface SteadyStateSpeciesForm
This interface defines an additional method which Species must
adhere to in order to work with a steady-state evolution mechanism.
Field Summary |
static java.lang.String |
P_DESELECTOR
deselector parameter |
Method Summary |
SelectionMethod |
deselector()
Returns the selection method to be used for deselecting
individuals in subpopulations of this species. |
P_DESELECTOR
public static final java.lang.String P_DESELECTOR
- deselector parameter
deselector
public SelectionMethod deselector()
- Returns the selection method to be used for deselecting
individuals in subpopulations of this species.
By "deselecting", we mean choosing individuals for removal
from the population, to be replaced with newly-bred individuals.