Class | Description |
---|---|
Job |
Job.java
This class stores information regarding a job submitted to a Slave: the individuals,
the subpopulations in which they are stored, a scratch array for the individuals used
internally, and various coevolutionary information (whether we should only count victories
single-elimination-tournament style; which individuals should have their fitnesses updated).
|
MasterProblem |
MasterProblem.java
|
MetaProblem |
MetaProblem is a special class for implenting so-called "Meta-Evolutionary Algorithms",
a topic related to "HyperHeuristics".
|
Slave |
Slave.java
|
SlaveMonitor |
SlaveMonitor.java
|