Uses of Interface
net.sourceforge.cilib.pso.positionupdatestrategies.PersonalBestUpdateStrategy

Packages that use PersonalBestUpdateStrategy
net.sourceforge.cilib.entity   
net.sourceforge.cilib.pso.particle   
net.sourceforge.cilib.pso.positionupdatestrategies   
 

Uses of PersonalBestUpdateStrategy in net.sourceforge.cilib.entity
 

Methods in net.sourceforge.cilib.entity that return PersonalBestUpdateStrategy
 PersonalBestUpdateStrategy Particle.getPersonalBestUpdateStrategy()
          Get the current strategy to perform personal best updates.
 

Methods in net.sourceforge.cilib.entity with parameters of type PersonalBestUpdateStrategy
 void Particle.setPersonalBestUpdateStrategy(PersonalBestUpdateStrategy personalBestUpdateStrategy)
          Set the strategy to perform personal best updates.
 

Uses of PersonalBestUpdateStrategy in net.sourceforge.cilib.pso.particle
 

Fields in net.sourceforge.cilib.pso.particle declared as PersonalBestUpdateStrategy
protected  PersonalBestUpdateStrategy AbstractParticle.personalBestUpdateStrategy
           
 

Methods in net.sourceforge.cilib.pso.particle that return PersonalBestUpdateStrategy
 PersonalBestUpdateStrategy AbstractParticle.getPersonalBestUpdateStrategy()
          Get the current strategy to perform personal best updates.
 

Methods in net.sourceforge.cilib.pso.particle with parameters of type PersonalBestUpdateStrategy
 void AbstractParticle.setPersonalBestUpdateStrategy(PersonalBestUpdateStrategy personalBestUpdateStrategy)
          Set the strategy to perform personal best updates.
 

Uses of PersonalBestUpdateStrategy in net.sourceforge.cilib.pso.positionupdatestrategies
 

Classes in net.sourceforge.cilib.pso.positionupdatestrategies that implement PersonalBestUpdateStrategy
 class BoundedPersonalBestUpdateStrategy
          Update the personal best of the particle, if it is a valid update.
 class StandardPersonalBestUpdateStrategy
          Update the personal best of the particle, based on the standard PSO definition of the process.
 

Methods in net.sourceforge.cilib.pso.positionupdatestrategies that return PersonalBestUpdateStrategy
 PersonalBestUpdateStrategy BoundedPersonalBestUpdateStrategy.getClone()
          Create a cloned copy of the current object and return it.
 PersonalBestUpdateStrategy PersonalBestUpdateStrategy.getClone()
          Create a cloned copy of the current object and return it.
 PersonalBestUpdateStrategy StandardPersonalBestUpdateStrategy.getClone()
          Create a cloned copy of the current object and return it.
 



Copyright © 2009 CIRG. All Rights Reserved.