|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--GameNode
|
+--MancalaNode
|
+--TnellerMancalaNode
My simple extension of MancalaNode with a simple utility evaluation. Creation date: (10/6/00 3:26:32 PM)
| Fields inherited from class MancalaNode |
state |
| Fields inherited from class GameNode |
parent, player, prevMove |
| Constructor Summary | |
TnellerMancalaNode()
TnellerMancalaNode constructor. |
|
TnellerMancalaNode(MancalaNode node)
|
|
| Method Summary | |
double |
utility()
My simple utility method returns different in MAX/MIN score. |
| Methods inherited from class MancalaNode |
clone, gameOver, getLegalMoves, initialState, makeMove, moveToString, toString |
| Methods inherited from class GameNode |
childClone, expand, getPlayer |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TnellerMancalaNode()
public TnellerMancalaNode(MancalaNode node)
| Method Detail |
public double utility()
utility in class MancalaNodeMancalaNode
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||