ec.steadystate
Interface SteadyStateSpeciesForm


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.
 

Field Detail

P_DESELECTOR

public static final java.lang.String P_DESELECTOR
deselector parameter
Method Detail

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.