|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectec.Finisher
public abstract class Finisher
Finisher is a singleton object which is responsible for cleaning up a population after a run has completed. This is typically done after final statistics have been performed but before the exchanger's contacts have been closed.
Constructor Summary | |
---|---|
Finisher()
|
Method Summary | |
---|---|
abstract void |
finishPopulation(EvolutionState state,
int result)
Cleans up the population after the run has completed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ec.Setup |
---|
setup |
Constructor Detail |
---|
public Finisher()
Method Detail |
---|
public abstract void finishPopulation(EvolutionState state, int result)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |