MCPcopy Create free account
hub / github.com/GMUEClab/ecj / Singleton

Interface Singleton

ecj/src/main/java/ec/Singleton.java:27–29  ·  view source on GitHub ↗

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. @author Sean Luke @version 1.0

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 9

EvolutionStatecontrib/gep/ec/EvolutionState.java
ProblemDatacontrib/drm/ec/drm/ProblemData.java
Finisherecj/src/main/java/ec/Finisher.java
EvolutionStateecj/src/main/java/ec/EvolutionState.ja
Statisticsecj/src/main/java/ec/Statistics.java
Evaluatorecj/src/main/java/ec/Evaluator.java
Initializerecj/src/main/java/ec/Initializer.java
Exchangerecj/src/main/java/ec/Exchanger.java
Breederecj/src/main/java/ec/Breeder.java

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…