ec.steadystate
Interface SteadyStateBreedingSourceForm
- All Known Implementing Classes:
- FirstSelection, TournamentSelection
- public interface SteadyStateBreedingSourceForm
Method Summary |
void |
individualReplaced(SteadyStateEvolutionState state,
int subpopulation,
int thread,
int individual)
Called whenever an individual has been replaced by another
in the population. |
void |
sourcesAreProperForm(SteadyStateEvolutionState state)
Issue an error (not a fatal -- we guarantee that callers
of this method will also call exitIfErrors) if any
of your sources, or their sources, etc., are not
of SteadyStateBreedingSourceForm. |
individualReplaced
public void individualReplaced(SteadyStateEvolutionState state,
int subpopulation,
int thread,
int individual)
- Called whenever an individual has been replaced by another
in the population.
sourcesAreProperForm
public void sourcesAreProperForm(SteadyStateEvolutionState state)
- Issue an error (not a fatal -- we guarantee that callers
of this method will also call exitIfErrors) if any
of your sources, or their sources, etc., are not
of SteadyStateBreedingSourceForm.