Uses of Interface
org.cicirello.search.evo.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
Modifier and TypeMethodDescriptionPopulationFitnessVector.Double.of
(double[] f) Creates a PopulationFitnessVector.Double wrapping a primitive double array.Modifier and TypeMethodDescriptionvoid
FitnessShifter.select
(PopulationFitnessVector.Double fitnesses, int[] selected) void
RandomSelection.select
(PopulationFitnessVector.Double fitnesses, int[] selected) void
SelectionOperator.select
(PopulationFitnessVector.Double fitnesses, int[] selected) Selects a set of members of the population based on fitness.void
SigmaScaling.select
(PopulationFitnessVector.Double fitnesses, int[] selected) void
TournamentSelection.select
(PopulationFitnessVector.Double fitnesses, int[] selected) void
TruncationSelection.select
(PopulationFitnessVector.Double fitnesses, int[] selected)