Uses of Interface
algorithm.SearchAlgorithm.SearchWithTable
Packages that use SearchAlgorithm.SearchWithTable
Package
Description
Search techniques based on B* and various utility classes used primarily by these search techniques.
-
Uses of SearchAlgorithm.SearchWithTable in algorithm
Classes in algorithm that implement SearchAlgorithm.SearchWithTableModifier and TypeClassDescriptionclassDeprecated.classThis is the df-B* implementation applied in the thesis.classThis implementation of df-B* with initial node selection inspired by B* Disprove-Best, but not exactly following it.classThis implementation of df-B* applies concepts from B* Disprove-Best into the internal node selection procedure.