|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenes.GeneticAlgorithm.Statistics
public static final class GeneticAlgorithm.Statistics
} This class provides some basic statistics regarding the algorithm execution.
Method Summary | |
---|---|
long |
getExecutionTime()
Returns the algorithm execution time. |
long |
getGenerationEndTime(int gen)
Returns the generation end time of the specified generation. |
int |
getGenerationLimit()
Returns the algorithm generation limit. |
int |
getGenerations()
Returns the last generation counter. |
long |
getInitTime()
Returns the algorithm init time. |
long |
getStartTime()
Returns the algorithm starting time. |
long |
getStopTime()
Returns the algorithm stoppping time. |
boolean |
isExceptionTerminated()
Says if an exception terminated the evolution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final long getStartTime()
public final long getStopTime()
public final long getInitTime()
public final long getExecutionTime()
public final int getGenerations()
public final int getGenerationLimit()
public final long getGenerationEndTime(int gen)
gen
- the generation with end time is desidered
public final boolean isExceptionTerminated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |