|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.games.GameUtilities
public class GameUtilities
Utility methods for payoff matrix games.
| Constructor Summary | |
|---|---|
GameUtilities()
|
|
| Method Summary | |
|---|---|
static int |
getBestStrategy(java.util.List gameAgents)
Returns the best (highest payoff) strategy for the last round. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GameUtilities()
| Method Detail |
|---|
public static int getBestStrategy(java.util.List gameAgents)
gameAgents - a list of GameAgents
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||