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 TypeMethodDescriptionvoid
FitnessShifter.select
(PopulationFitnessVector.Integer fitnesses, int[] selected) void
RandomSelection.select
(PopulationFitnessVector.Integer fitnesses, int[] selected) void
SelectionOperator.select
(PopulationFitnessVector.Integer fitnesses, int[] selected) Selects a set of members of the population based on fitness.void
SigmaScaling.select
(PopulationFitnessVector.Integer fitnesses, int[] selected) void
TournamentSelection.select
(PopulationFitnessVector.Integer fitnesses, int[] selected) void
TruncationSelection.select
(PopulationFitnessVector.Integer fitnesses, int[] selected)