Uses of Class
org.cicirello.search.evo.StochasticUniversalSampling
Packages that use StochasticUniversalSampling
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of StochasticUniversalSampling in org.cicirello.search.evo
Subclasses of StochasticUniversalSampling in org.cicirello.search.evoModifier and TypeClassDescriptionclassThis class implements a variation of Stochastic Universal Sampling (SUS) that we call Biased Stochastic Universal Sampling (Biased SUS), which integrates the use of a bias function with SUS to enable transforming fitness values prior to the stochastic selection decisions.final classThis class implements Boltzmann selection using Stochastic Universal Sampling (SUS).final classThis class implements exponential rank selection using Stochastic Universal Sampling (SUS).final classThis class implements linear rank selection using Stochastic Universal Sampling (SUS).Methods in org.cicirello.search.evo that return StochasticUniversalSampling