ec
Interface Singleton

All Known Implementing Classes:
Breeder, Exchanger, Finisher, Initializer, Evaluator, EvolutionState, Statistics

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