Uses of Interface
org.cicirello.search.evo.ReplacementStrategy.Replacements
Packages that use ReplacementStrategy.Replacements
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of ReplacementStrategy.Replacements in org.cicirello.search.evo
Methods in org.cicirello.search.evo with parameters of type ReplacementStrategy.ReplacementsModifier and TypeMethodDescriptionvoidGenerationalElitistReplacement.replace(PopulationCandidates.DoubleFitness<T> parentPopulation, PopulationCandidates.DoubleFitness<T> childPopulation, ReplacementStrategy.Replacements replacements, int targetPopulationSize) voidGenerationalElitistReplacement.replace(PopulationCandidates.IntegerFitness<T> parentPopulation, PopulationCandidates.IntegerFitness<T> childPopulation, ReplacementStrategy.Replacements replacements, int targetPopulationSize) voidGenerationalReplacement.replace(PopulationCandidates.DoubleFitness<T> parentPopulation, PopulationCandidates.DoubleFitness<T> childPopulation, ReplacementStrategy.Replacements replacements, int targetPopulationSize) voidGenerationalReplacement.replace(PopulationCandidates.IntegerFitness<T> parentPopulation, PopulationCandidates.IntegerFitness<T> childPopulation, ReplacementStrategy.Replacements replacements, int targetPopulationSize) voidReplacementStrategy.replace(PopulationCandidates.DoubleFitness<T> parentPopulation, PopulationCandidates.DoubleFitness<T> childPopulation, ReplacementStrategy.Replacements replacements, int targetPopulationSize) Chooses the members of the population of the next generation from among those currently in the population and the pool of candidates formed from crossover and mutation.voidReplacementStrategy.replace(PopulationCandidates.IntegerFitness<T> parentPopulation, PopulationCandidates.IntegerFitness<T> childPopulation, ReplacementStrategy.Replacements replacements, int targetPopulationSize) Chooses the members of the population of the next generation from among those currently in the population and the pool of candidates formed from crossover and mutation.