net.sourceforge.cilib.pso.particle.initialisation
Class RandomizedPositionInitialisationStrategy

java.lang.Object
  extended by net.sourceforge.cilib.pso.particle.initialisation.RandomizedPositionInitialisationStrategy
All Implemented Interfaces:
Serializable, PositionInitialisationStrategy, Cloneable

Deprecated. This class is a temporary measure until we can get the DomainParser working as intended. the idea is to be able to specify particle contents via the string and have the randomness applied on initialisation. A specific example is to use this new string when initialising positions with Polar coordinates for example

public class RandomizedPositionInitialisationStrategy
extends Object
implements PositionInitialisationStrategy

Author:
gpampara
See Also:
Serialized Form

Constructor Summary
RandomizedPositionInitialisationStrategy()
          Deprecated.  
 
Method Summary
 RandomizedPositionInitialisationStrategy getClone()
          Deprecated. Create a cloned copy of the current object and return it.
 void initialise(Particle particle, OptimisationProblem problem)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomizedPositionInitialisationStrategy

public RandomizedPositionInitialisationStrategy()
Deprecated. 
Method Detail

getClone

public RandomizedPositionInitialisationStrategy getClone()
Deprecated. 
Description copied from interface: Cloneable
Create a cloned copy of the current object and return it. In general the created copy will be a deep copy of the provided instance. As a result this operation an be quite expensive if used incorrectly.

Specified by:
getClone in interface PositionInitialisationStrategy
Specified by:
getClone in interface Cloneable
Returns:
An exact clone of the current object instance.
See Also:
Object.clone()

initialise

public void initialise(Particle particle,
                       OptimisationProblem problem)
Deprecated. 
Specified by:
initialise in interface PositionInitialisationStrategy


Copyright © 2009 CIRG. All Rights Reserved.