Uses of Interface
org.cicirello.search.evo.PopulationFitnessVector.IntegerFitness
Packages that use PopulationFitnessVector.IntegerFitness
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of PopulationFitnessVector.IntegerFitness in org.cicirello.search.evo
Subinterfaces of PopulationFitnessVector.IntegerFitness in org.cicirello.search.evoModifier and TypeInterfaceDescriptionstatic interfaceAn interface to the candidates for the next generation's population, which can be the current members of the population or the children derived from it, depending upon the context.Methods in org.cicirello.search.evo that return PopulationFitnessVector.IntegerFitnessModifier and TypeMethodDescriptionPopulationFitnessVector.IntegerFitness.of(int[] f) Creates a PopulationFitnessVector.IntegerFitness wrapping a primitive int array.Methods in org.cicirello.search.evo with parameters of type PopulationFitnessVector.IntegerFitnessModifier and TypeMethodDescriptionvoidFitnessShifter.select(PopulationFitnessVector.IntegerFitness fitnesses, int[] selected) voidRandomSelection.select(PopulationFitnessVector.IntegerFitness fitnesses, int[] selected) voidSelectionOperator.select(PopulationFitnessVector.IntegerFitness fitnesses, int[] selected) Selects a set of members of the population based on fitness.voidSigmaScaling.select(PopulationFitnessVector.IntegerFitness fitnesses, int[] selected) voidTournamentSelection.select(PopulationFitnessVector.IntegerFitness fitnesses, int[] selected) voidTruncationSelection.select(PopulationFitnessVector.IntegerFitness fitnesses, int[] selected)