Uses of Interface
ubc.team09.eval.HeuristicMethod
Packages that use HeuristicMethod
-
Uses of HeuristicMethod in ubc.team09.eval
Classes in ubc.team09.eval that implement HeuristicMethodModifier and TypeClassDescriptionclassThis evaluation is identical toQMinDist, except that this one claims territory for each color if they would need fewer King moves to reach it, rather than the traditional distance calculation using queen moves.classThis evaluation is identical toKMinDist, except that this one claims territory for each color if they would need fewer Queen moves to reach it.classAn implementation of the X term presented in a 2014 paper by Runxing Zhong and Ke Zhou. -
Uses of HeuristicMethod in ubc.team09.search
Methods in ubc.team09.search with parameters of type HeuristicMethodConstructors in ubc.team09.search with parameters of type HeuristicMethodModifierConstructorDescriptionAlphaBeta(State initialState, HeuristicMethod heuristic, byte maximizingPlayer)