Uses of Interface
org.cicirello.search.evo.PopulationFitnessVector.Double
Packages that use PopulationFitnessVector.Double
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of PopulationFitnessVector.Double in org.cicirello.search.evo
Methods in org.cicirello.search.evo that return PopulationFitnessVector.DoubleModifier and TypeMethodDescriptionPopulationFitnessVector.Double.of(double[] f) Creates a PopulationFitnessVector.Double wrapping a primitive double array.Methods in org.cicirello.search.evo with parameters of type PopulationFitnessVector.DoubleModifier and TypeMethodDescriptionvoidFitnessShifter.select(PopulationFitnessVector.Double fitnesses, int[] selected) voidRandomSelection.select(PopulationFitnessVector.Double fitnesses, int[] selected) voidSelectionOperator.select(PopulationFitnessVector.Double fitnesses, int[] selected) Selects a set of members of the population based on fitness.voidSigmaScaling.select(PopulationFitnessVector.Double fitnesses, int[] selected) voidTournamentSelection.select(PopulationFitnessVector.Double fitnesses, int[] selected) voidTruncationSelection.select(PopulationFitnessVector.Double fitnesses, int[] selected)