| Package | Description |
|---|---|
| ec | |
| ec.coevolve | |
| ec.de | |
| ec.multiobjective.nsga2 | |
| ec.multiobjective.spea2 | |
| ec.simple | |
| ec.spatial | |
| ec.steadystate |
| Modifier and Type | Field and Description |
|---|---|
Evaluator |
EvolutionState.evaluator
The population evaluator, a singleton object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompetitiveEvaluator
CompetitiveEvaluator.java
|
class |
MultiPopCoevolutionaryEvaluator
MultiPopCoevolutionaryEvaluator.java
|
| Modifier and Type | Class and Description |
|---|---|
class |
DEEvaluator
DEEvaluator is a simple subclass of SimpleEvaluator which first evaluates the population, then
compares each population member against the parent which had created it in Differential Evolution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NSGA2Evaluator
The NSGA2Evaluator is a simple generational evaluator which
evaluates every single member of the population (in a multithreaded fashion).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SPEA2Evaluator
This subclass of SimpleEvaluator evaluates the population, then computes auxiliary fitness
data of each subpopulation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleEvaluator
The SimpleEvaluator is a simple, non-coevolved generational evaluator which
evaluates every single member of every subpopulation individually in its
own problem space.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialMultiPopCoevolutionaryEvaluator
SpatialMultiPopCoevolutionaryEvaluator implements a coevolutionary evaluator involving multiple
spatially-embedded subpopulations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SteadyStateEvaluator
This subclass of Evaluator performs the evaluation portion of Steady-State Evolution and (in distributed form)
Asynchronous Evolution.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.