Uses of Interface
org.cicirello.search.evo.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
Modifier and TypeMethodDescriptionPopulationFitnessVector.Integer.of
(int[] f) Creates a PopulationFitnessVector.Integer wrapping a primitive int array.Modifier 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)