Class X
java.lang.Object
ubc.team09.eval.X
- All Implemented Interfaces:
HeuristicMethod
An implementation of the X term presented in a 2014 paper by
Runxing Zhong and Ke Zhou.
See Also
See Also
- R. Zhong and K. Zhou, An Optimization for Amazons Search and Evaluation, 2014
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
X
public X()
-
-
Method Details
-
evaluate
Description copied from interface:HeuristicMethodReturns a number in the range of (-∞, +∞) where lower values indicate a more favorable position for Black, and greater values indicate a more favorable position for White.- Specified by:
evaluatein interfaceHeuristicMethod- Parameters:
state- The board state to evaluate.
-