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