Uses of Class
net.sourceforge.cilib.pso.dynamic.responsestrategies.EnvironmentChangeResponseStrategy

Packages that use EnvironmentChangeResponseStrategy
net.sourceforge.cilib.pso.dynamic   
net.sourceforge.cilib.pso.dynamic.responsestrategies   
 

Uses of EnvironmentChangeResponseStrategy in net.sourceforge.cilib.pso.dynamic
 

Methods in net.sourceforge.cilib.pso.dynamic that return EnvironmentChangeResponseStrategy
 EnvironmentChangeResponseStrategy<PopulationBasedAlgorithm> DynamicIterationStrategy.getResponseStrategy()
          Get the currently defined EnvironmentChangeResponseStrategy,
 

Methods in net.sourceforge.cilib.pso.dynamic with parameters of type EnvironmentChangeResponseStrategy
 void DynamicIterationStrategy.setResponseStrategy(EnvironmentChangeResponseStrategy<PopulationBasedAlgorithm> responseStrategy)
          Set the current EnvironmentChangeResponseStrategy to use.
 

Uses of EnvironmentChangeResponseStrategy in net.sourceforge.cilib.pso.dynamic.responsestrategies
 

Subclasses of EnvironmentChangeResponseStrategy in net.sourceforge.cilib.pso.dynamic.responsestrategies
 class ArchiveReevaluationResponseStrategy
           
 class CompetitiveCoevolutionParticleReevaluationResponseStrategy<E extends PopulationBasedAlgorithm>
          This class re-calculates all the personal best positions in the population.
 class DualReactionStrategy<E extends PopulationBasedAlgorithm>
          This reaction strategy wraps both a ReinitializationReactionStrategy and a ReevaluationReactionStrategy.
 class NeighbourhoodBestSentriesReactionStrategy<E extends PopulationBasedAlgorithm>
           
 class PartialReinitialisationResponseStrategy<E extends PopulationBasedAlgorithm>
           
 class ParticleReevaluationResponseStrategy<E extends PopulationBasedAlgorithm>
          Deprecated. Rather use ReevaluationReactionStrategy
 class ReevaluationReactionStrategy<E extends PopulationBasedAlgorithm>
          This reaction strategy reevaluates the specified ratio of randomly chosen entities in the given Topology.
 class ReinitializationReactionStrategy<E extends PopulationBasedAlgorithm>
          This reaction strategy reinitializes the specified ratio of randomly chosen entities in the given Topology.
 

Methods in net.sourceforge.cilib.pso.dynamic.responsestrategies that return EnvironmentChangeResponseStrategy
abstract  EnvironmentChangeResponseStrategy<E> EnvironmentChangeResponseStrategy.getClone()
          Clone the EnvironmentChangeResponseStrategy object.
 EnvironmentChangeResponseStrategy<PopulationBasedAlgorithm> ArchiveReevaluationResponseStrategy.getClone()
           
 

Constructors in net.sourceforge.cilib.pso.dynamic.responsestrategies with parameters of type EnvironmentChangeResponseStrategy
EnvironmentChangeResponseStrategy(EnvironmentChangeResponseStrategy<E> rhs)
           
 



Copyright © 2009 CIRG. All Rights Reserved.