MOPSO
.See: Description
Class | Description |
---|---|
MOPSO |
The
MOPSO is an implementation of a multi-objective particle swarm
optimizer, see "Improving PSO-based Multi-Objective Optimization using
Crowding, Mutation and e-Dominance, M. |
MOPSOModule |
The
MOPSOModule for the MOPSO optimizer. |
MutateDoubleNonUniform |
The
MutateDoubleNonUniform non-uniformly mutates a
DoubleGenotype elementwise. |
MutateDoubleUniform |
The
MutateDoubleUniform uniformly mutates a DoubleGenotype
elementwise. |
Particle |
The
Particle extends the Individual by an id, a velocity
Genotype , a personal best Genotype and the corresponding best
Objectives . |
ParticleFactory |
The
ParticleFactory . |
VelocityTerm |
The
VelocityTerm is used to determine the new velocity of a
Particle . |
Provides the classes for the multi-objective particle swarm optimizer
MOPSO
.