Interface StrategyFunction

All Known Subinterfaces:
StrategyFunction.Deterministic, StrategyFunction.NonDeterministic

public interface StrategyFunction
The heuristic function for determining the strategy at the root of any B* search. This class contains several defaults for strategy functions, but you can also construct your own using this interface and several methods for constructing new strategy functions.