ec.steadystate
Interface SteadyStateBSourceForm
-
- All Known Implementing Classes:
- BreedingPipeline, BucketTournamentSelection, BufferedBreedingPipeline, CheckingPipeline, CrossoverPipeline, DoubleTournamentSelection, FirstSelection, ForceBreedingPipeline, GECrossoverPipeline, GeneDuplicationPipeline, GenerationSwitchPipeline, GETruncationPipeline, GPBreedingPipeline, InitializationPipeline, InternalCrossoverPipeline, LexicographicTournamentSelection, ListCrossoverPipeline, MultiBreedingPipeline, MultipleVectorCrossoverPipeline, MutateAllNodesPipeline, MutateDemotePipeline, MutateERCPipeline, MutateOneNodePipeline, MutatePromotePipeline, MutateSwapPipeline, MutationPipeline, OurMutatorPipeline, ProportionalTournamentSelection, RandomSelection, RatioBucketTournamentSelection, RehangPipeline, ReproductionPipeline, RuleCrossoverPipeline, RuleMutationPipeline, SizeFairCrossoverPipeline, SpatialTournamentSelection, SPEA2TournamentSelection, TournamentSelection, VectorCrossoverPipeline, VectorMutationPipeline
public interface SteadyStateBSourceForm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidindividualReplaced(SteadyStateEvolutionState state, int subpopulation, int thread, int individual)Called whenever an individual has been replaced by another in the population.voidsourcesAreProperForm(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.
-
-
-
Method Detail
-
individualReplaced
void individualReplaced(SteadyStateEvolutionState state, int subpopulation, int thread, int individual)
Called whenever an individual has been replaced by another in the population.
-
sourcesAreProperForm
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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG