|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.tiling.game.Player | +--org.tiling.game.prisonersdilemma.strategy.GAEncoded
Fields inherited from interface org.tiling.game.prisonersdilemma.PrisonersDilemmaMoves |
C, D |
Constructor Summary | |
GAEncoded(java.lang.String chromosomeString)
|
Method Summary | |
Move |
generateMove(java.util.List ownMoveHistory,
java.util.List opponentsMoveHistory)
|
java.lang.String |
getDescription()
|
boolean |
isNice()
|
Methods inherited from class org.tiling.game.Player |
addScore, clone, compareTo, getGamesPlayed, getMeanScore, getScore, incrementGamesPlayed, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GAEncoded(java.lang.String chromosomeString)
Method Detail |
public Move generateMove(java.util.List ownMoveHistory, java.util.List opponentsMoveHistory)
generateMove
in interface Strategy
public java.lang.String getDescription()
getDescription
in interface Strategy
public boolean isNice()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |