Uses of Interface
org.cicirello.search.ss.HeuristicBiasedStochasticSampling.BiasFunction
Package
Description
This package includes classes and interfaces directly related to implementing stochastic sampling
algorithms.
-
Uses of HeuristicBiasedStochasticSampling.BiasFunction in org.cicirello.search.ss
ModifierConstructorDescriptionHeuristicBiasedStochasticSampling
(ConstructiveHeuristic<T> heuristic, HeuristicBiasedStochasticSampling.BiasFunction bias) Constructs a HeuristicBiasedStochasticSampling search object.HeuristicBiasedStochasticSampling
(ConstructiveHeuristic<T> heuristic, HeuristicBiasedStochasticSampling.BiasFunction bias, ProgressTracker<T> tracker) Constructs a HeuristicBiasedStochasticSampling search object.