Uses of Interface
org.cicirello.search.ss.ValueBiasedStochasticSampling.BiasFunction
Package
Description
This package includes classes and interfaces directly related to implementing stochastic sampling
algorithms.
-
Uses of ValueBiasedStochasticSampling.BiasFunction in org.cicirello.search.ss
Modifier and TypeMethodDescriptionValueBiasedStochasticSampling.createExponentialBias
(double scale) Creates an exponential bias function of the form: exp(scale * value).ModifierConstructorDescriptionValueBiasedStochasticSampling
(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.