ec
Class Finisher
- java.lang.Object
-
- ec.Finisher
-
- Direct Known Subclasses:
- SimpleFinisher
public abstract class Finisher extends java.lang.Object implements Singleton
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Finisher()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract voidfinishPopulation(EvolutionState state, int result)Cleans up the population after the run has completed.
-
-
-
Method Detail
-
finishPopulation
public abstract void finishPopulation(EvolutionState state, int result)
Cleans up the population after the run has completed. result is either ec.EvolutionState.R_SUCCESS or ec.EvolutionState.R_FAILURE, indicating whether or not an ideal individual was found.
-
-
DMelt 3.0 © DataMelt by jWork.ORG