|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParticleSwarm | |
|---|---|
| org.dishevelled.swarm | Framework for particle swarm optimization algorithms. |
| org.dishevelled.swarm.exit | Implementations of the ExitStrategy function interface. |
| Uses of ParticleSwarm in org.dishevelled.swarm |
|---|
| Classes in org.dishevelled.swarm that implement ParticleSwarm | |
|---|---|
(package private) class |
ParticleSwarmImpl
Particle swarm implementation. |
| Methods in org.dishevelled.swarm that return ParticleSwarm | |
|---|---|
ParticleSwarm |
ParticleSwarmOptimizationAlgorithmEvent.getParticleSwarm()
Return the particle swarm for this event, if any. |
ParticleSwarm |
ParticleSwarmOptimizationAlgorithm.optimize(int particles,
int dimensions,
ExitStrategy exitStrategy,
Fitness fitness)
Optimize a particle swarm of the specified size over the specified number of dimensions given the specified exit strategy and fitness functions. |
| Methods in org.dishevelled.swarm with parameters of type ParticleSwarm | |
|---|---|
boolean |
ExitStrategy.evaluate(ParticleSwarm swarm,
int epoch)
Return true if the specified particle swarm has met the
criteria of this exit strategy function. |
| Constructors in org.dishevelled.swarm with parameters of type ParticleSwarm | |
|---|---|
ParticleSwarmOptimizationAlgorithmEvent(ParticleSwarmOptimizationAlgorithm source,
ParticleSwarm swarm,
int epoch)
Create a new particle swarm optimization algorithm event with the specified parameters. |
|
| Uses of ParticleSwarm in org.dishevelled.swarm.exit |
|---|
| Methods in org.dishevelled.swarm.exit with parameters of type ParticleSwarm | |
|---|---|
boolean |
FitnessThresholdExitStrategy.evaluate(ParticleSwarm swarm,
int epoch)
Return true if the specified particle swarm has met the
criteria of this exit strategy function. |
boolean |
FitnessFloorExitStrategy.evaluate(ParticleSwarm swarm,
int epoch)
Return true if the specified particle swarm has met the
criteria of this exit strategy function. |
boolean |
EpochLimitExitStrategy.evaluate(ParticleSwarm swarm,
int epoch)
Return true if the specified particle swarm has met the
criteria of this exit strategy function. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||