| Package | Description |
|---|---|
| ec.app.mona | |
| ec.de | |
| ec.pso | |
| ec.vector |
| Modifier and Type | Class and Description |
|---|---|
class |
MonaVectorIndividual |
| Modifier and Type | Method and Description |
|---|---|
DoubleVectorIndividual |
Best1BinDEBreeder.createIndividual(EvolutionState state,
int subpop,
int index,
int thread) |
DoubleVectorIndividual |
DEBreeder.createIndividual(EvolutionState state,
int subpop,
int index,
int thread) |
DoubleVectorIndividual |
Rand1EitherOrDEBreeder.createIndividual(EvolutionState state,
int subpop,
int index,
int thread) |
DoubleVectorIndividual |
DEBreeder.crossover(EvolutionState state,
DoubleVectorIndividual target,
DoubleVectorIndividual child,
int thread)
Crosses over child with target, storing the result in child and returning it.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleVectorIndividual |
DEBreeder.crossover(EvolutionState state,
DoubleVectorIndividual target,
DoubleVectorIndividual child,
int thread)
Crosses over child with target, storing the result in child and returning it.
|
boolean |
DEBreeder.valid(DoubleVectorIndividual ind)
Tests the Individual to see if its values are in range.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Particle
Particle is a DoubleVectorIndividual with additional statistical information
necessary to perform Particle Swarm Optimization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleVectorIndividual.simulatedBinaryCrossover(MersenneTwisterFast random,
DoubleVectorIndividual other,
double eta_c) |
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.