Uses of Interface
net.sourceforge.cilib.problem.changestrategy.ChangeStrategy

Packages that use ChangeStrategy
net.sourceforge.cilib.problem   
net.sourceforge.cilib.problem.changestrategy Dynamic environments need to know when it should be applicable to change the problem. 
 

Uses of ChangeStrategy in net.sourceforge.cilib.problem
 

Methods in net.sourceforge.cilib.problem that return ChangeStrategy
 ChangeStrategy OptimisationProblemAdapter.getChangeStrategy()
          Get the current problem change strategy.
 

Methods in net.sourceforge.cilib.problem with parameters of type ChangeStrategy
 void OptimisationProblemAdapter.setChangeStrategy(ChangeStrategy changeStrategy)
          Set the ChangeStrategy for this problem.
 

Uses of ChangeStrategy in net.sourceforge.cilib.problem.changestrategy
 

Classes in net.sourceforge.cilib.problem.changestrategy that implement ChangeStrategy
 class IterationBasedChangeStrategy
          An IterationBasedChangeStrategy is a test to ensure that a problem is altered or changed at a predefined frequency.
 class NoChangeStrategy
          Environmental change strategy for problems that does not allow a change to occur.
 



Copyright © 2009 CIRG. All Rights Reserved.