| Package | Description |
|---|---|
| org.opt4j.optimizer.mopso |
Provides the classes for the multi-objective particle swarm optimizer
MOPSO. |
| Modifier and Type | Method and Description |
|---|---|
Particle |
ParticleFactory.create() |
Particle |
ParticleFactory.create(Genotype position) |
Particle |
ParticleFactory.create(int id,
Genotype position,
Genotype velocity)
Builds a
Particle with the given id, position, and velocity. |
| Constructor and Description |
|---|
ParticleFactory(com.google.inject.Provider<Particle> particleProvider,
Creator creator)
Constructs a
ParticleFactory. |