ai
Class PawnWeightedHeuristic

java.lang.Object
  extended by 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.


Constructor Summary
PawnWeightedHeuristic()
           
 
Method Summary
 int heuristic(GameState currentState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PawnWeightedHeuristic

public PawnWeightedHeuristic()
Method Detail

heuristic

public int heuristic(GameState currentState)
Specified by:
heuristic in interface Heuristic
See Also:
Heuristic