Uses of Interface
algorithm.StrategyFunction.HeuristicFunction
Packages that use StrategyFunction.HeuristicFunction
Package
Description
Search techniques based on B* and various utility classes used primarily by these search techniques.
-
Uses of StrategyFunction.HeuristicFunction in algorithm
Methods in algorithm with parameters of type StrategyFunction.HeuristicFunctionModifier and TypeMethodDescriptionStrategyFunction.getHeuristicStrategyFunction(int num_alternatives, boolean by_optimistic, StrategyFunction.HeuristicFunction bestNodeFunction, StrategyFunction.HeuristicFunction restNodesFunction) If the sum of therestNodesFunctionvalues for the alternatives is less than thebestNodeFunctionvalue for the best node, then use DISPROVEREST; otherwise use PROVEBEST.