|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wworld.ScoreKeeper
Keeps track of the score statistics for each agent.
Constructor Summary | |
ScoreKeeper(int numTrials)
Constructor. |
Method Summary | |
void |
calculateAvgScore()
Calculates average score for the completed trials. |
void |
calculateStdDeviation()
Calculates scores standard deviation for the completed trials. |
double |
getAverageScore()
|
double |
getStdDeviation()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScoreKeeper(int numTrials)
Method Detail |
public void calculateAvgScore()
public void calculateStdDeviation()
public double getAverageScore()
public double getStdDeviation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |