ai
Class PawnWeightedHeuristic
java.lang.Object
ai.PawnWeightedHeuristic
- All Implemented Interfaces:
- Heuristic
public class PawnWeightedHeuristic
- extends Object
- implements Heuristic
The PawnWeightedHeuristic computes a bunch of values to consider,
then ignores most of them because they don't actually help.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PawnWeightedHeuristic
public PawnWeightedHeuristic()
heuristic
public int heuristic(GameState currentState)
- Specified by:
heuristic
in interface Heuristic
- See Also:
Heuristic