Uses of Interface
org.dishevelled.swarm.ExitStrategy

Packages that use ExitStrategy
org.dishevelled.swarm Framework for particle swarm optimization algorithms. 
org.dishevelled.swarm.exit Implementations of the ExitStrategy function interface. 
 

Uses of ExitStrategy in org.dishevelled.swarm
 

Methods in org.dishevelled.swarm with parameters of type ExitStrategy
 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.
 

Uses of ExitStrategy in org.dishevelled.swarm.exit
 

Classes in org.dishevelled.swarm.exit that implement ExitStrategy
 class EpochLimitExitStrategy
          Epoch limit exit strategy.
 class FitnessFloorExitStrategy
          Fitness floor exit strategy.
 class FitnessThresholdExitStrategy
          Fitness threshold exit strategy.
 



Copyright © 2006-2012 dishevelled.org. All Rights Reserved.