ec
Interface Singleton

All Superinterfaces:
java.io.Serializable, Setup
All Known Implementing Classes:
Breeder, Exchanger, EvolutionState, Initializer, Evaluator, Finisher

public interface Singleton
extends Setup

A Singleton is a class for which there will be only one instance in the entire course of a run, and which will exist for pretty much the entire run. Singletons are set up using setup(...) when they are first created.


Methods inherited from interface ec.Setup
setup