|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParticleSwarmOptimizationAlgorithmListener
A listener that receives notification of progress in a particle swarm optimization algorithm function.
| Method Summary | |
|---|---|
void |
cognitiveMemoryUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a cognitive memory updated event. |
void |
exitFailed(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of an exit failed event. |
void |
exitSucceeded(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of an exit succeeded event. |
void |
fitnessCalculated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a fitness calculated event. |
void |
positionUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a position updated event. |
void |
socialMemoryUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a social memory updated event. |
void |
velocityCalculated(ParticleSwarmOptimizationAlgorithmEvent event)
Notify this listener of a velocity calculated event. |
| Method Detail |
|---|
void exitFailed(ParticleSwarmOptimizationAlgorithmEvent event)
event - exit failed eventvoid exitSucceeded(ParticleSwarmOptimizationAlgorithmEvent event)
event - exit succeeded eventvoid velocityCalculated(ParticleSwarmOptimizationAlgorithmEvent event)
event - velocity calculated eventvoid positionUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
event - position updated eventvoid fitnessCalculated(ParticleSwarmOptimizationAlgorithmEvent event)
event - fitness calculated eventvoid cognitiveMemoryUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
event - cognitive memory updated eventvoid socialMemoryUpdated(ParticleSwarmOptimizationAlgorithmEvent event)
event - social memory updated event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||