Uses of Class
net.sourceforge.cilib.controlparameter.BoundedControlParameter

Packages that use BoundedControlParameter
net.sourceforge.cilib.controlparameter A ControlParameter is a generalised parameter type within CIlib. 
 

Uses of BoundedControlParameter in net.sourceforge.cilib.controlparameter
 

Subclasses of BoundedControlParameter in net.sourceforge.cilib.controlparameter
 class ExponentiallyDecreasingControlParameter
          A control parameter that is defined to update itself in an exponentially decreasing manner.
 class ExponentiallyIncreasingControlParameter
          A control parameter that is defined to update itself in an exponentially increasing manner.
 class LinearDecreasingControlParameter
          A control parameter that is defined to update itself in an linearly decreasing manner.
 class LinearIncreasingControlParameter
          A control parameter that is defined to update itself in an linearly increasing manner.
 

Methods in net.sourceforge.cilib.controlparameter that return BoundedControlParameter
abstract  BoundedControlParameter BoundedControlParameter.getClone()
          Clone the current object such that a comparison of the clone and original object will yield two separate, but duplicate objects.
 

Constructors in net.sourceforge.cilib.controlparameter with parameters of type BoundedControlParameter
BoundedControlParameter(BoundedControlParameter copy)
          Create a copy of the provided instance.
 



Copyright © 2009 CIRG. All Rights Reserved.