|
Evolving Strategies for the Prisoner's Dilemma | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ie.errity.pd.Moves
Table of the 64 possible histories of a 3 game sequence, indexed by numbers from 0-63.
| Constructor Summary | |
Moves()
Creates a table of the 64 possible histories of a 3 game sequence, indexed by numbers from 0-63. |
|
| Method Summary | |
int |
get(java.util.BitSet h)
Decodes a 3 game history to an index number |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Moves()
| Method Detail |
public int get(java.util.BitSet h)
h - a 3 game bitset history
|
Andrew Errity [99086921] | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||