Uses of Class
org.cicirello.search.evo.StochasticUniversalSampling
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of StochasticUniversalSampling in org.cicirello.search.evo
Modifier and TypeClassDescriptionclass
This 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 class
This class implements Boltzmann selection using Stochastic Universal Sampling (SUS).final class
This class implements exponential rank selection using Stochastic Universal Sampling (SUS).final class
This class implements linear rank selection using Stochastic Universal Sampling (SUS).