Uses of Interface
org.cicirello.search.ss.ValueBiasedStochasticSampling.BiasFunction
-
Packages that use ValueBiasedStochasticSampling.BiasFunction Package Description org.cicirello.search.ss This package includes classes and interfaces directly related to implementing stochastic sampling algorithms. -
-
Uses of ValueBiasedStochasticSampling.BiasFunction in org.cicirello.search.ss
Methods in org.cicirello.search.ss that return ValueBiasedStochasticSampling.BiasFunction Modifier and Type Method Description static ValueBiasedStochasticSampling.BiasFunction
ValueBiasedStochasticSampling. createExponentialBias(double scale)
Creates an exponential bias function of the form: exp(scale * value).Constructors in org.cicirello.search.ss with parameters of type ValueBiasedStochasticSampling.BiasFunction Constructor Description ValueBiasedStochasticSampling(ConstructiveHeuristic<T> heuristic, ValueBiasedStochasticSampling.BiasFunction bias)
Constructs a ValueBiasedStochasticSampling search object.ValueBiasedStochasticSampling(ConstructiveHeuristic<T> heuristic, ValueBiasedStochasticSampling.BiasFunction bias, ProgressTracker<T> tracker)
Constructs a ValueBiasedStochasticSampling search object.
-