|
GeneThello Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.genethello.gametheory.TranspositionTable
public class TranspositionTable
Transposition table of game, a hash table of each of the positions analyzed so far up to a certain depth.
| Field Summary | |
|---|---|
int |
depth
Current searching depth. |
int |
flag
Flag: either TRANS_LOWER, TRANS_SCORE, or TRANS_UPPER |
int |
score
Score of the move. |
long |
zobrist
Zobrist key. |
| Constructor Summary | |
|---|---|
TranspositionTable()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long zobrist
public int depth
public int flag
public int score
| Constructor Detail |
|---|
public TranspositionTable()
|
GeneThello Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||