Uses of Interface
org.cicirello.search.evo.PopulationCandidates.IntegerFitness
Packages that use PopulationCandidates.IntegerFitness
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of PopulationCandidates.IntegerFitness in org.cicirello.search.evo
Methods in org.cicirello.search.evo with parameters of type PopulationCandidates.IntegerFitnessModifier and TypeMethodDescriptionvoidGenerationalElitistReplacement.replace(PopulationCandidates.IntegerFitness<T> parentPopulation, PopulationCandidates.IntegerFitness<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.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.