net.sourceforge.cilib.pso.particle.initialisation
Interface PositionInitialisationStrategy

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
DataSetBasedPositionInitialisationStrategy, RandomizedPositionInitialisationStrategy

public interface PositionInitialisationStrategy
extends Serializable, Cloneable

TODO: Complete this javadoc.


Method Summary
 PositionInitialisationStrategy getClone()
          Create a cloned copy of the current object and return it.
 void initialise(Particle particle, OptimisationProblem problem)
           
 

Method Detail

getClone

PositionInitialisationStrategy getClone()
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 Cloneable
Returns:
An exact clone of the current object instance.
See Also:
Object.clone()

initialise

void initialise(Particle particle,
                OptimisationProblem problem)


Copyright © 2009 CIRG. All Rights Reserved.