| Package | Description |
|---|---|
| ec.de | |
| ec.multiobjective.nsga2 | |
| ec.multiobjective.spea2 | |
| ec.steadystate |
| 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 |
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.