|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for strategy learning
Method Summary | |
void |
newGeneration(Individual i)
A function that resets the learning rule for a new generation |
int |
pickStrat(Individual i)
Pick a strategy to play in a new generation |
void |
processPayoff(Individual i)
Process the payoffs once they have played the game fully |
Method Detail |
public void newGeneration(Individual i) throws ModelError
i
- The calling individual
ModelError
public void processPayoff(Individual i) throws ModelError
i
- The calling individual
ModelError
public int pickStrat(Individual i)
i
- The calling individual
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |