ec.steadystate
Interface SteadyStateBSourceForm
- All Known Implementing Classes:
- BreedingPipeline, FirstSelection, RandomSelection, TournamentSelection, RatioBucketTournament, ProportionalTournament, LexicographicTournament, DoubleTournament, BucketTournament, ParsimonyBinaryTournament, SPEA2TournamentSelection
- public interface SteadyStateBSourceForm
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 SteadyStateBSourceForm.