net.sourceforge.cilib.ec
Class StaticPhenotypeUpdateStrategy
java.lang.Object
net.sourceforge.cilib.ec.StaticPhenotypeUpdateStrategy
- All Implemented Interfaces:
- Serializable, PhenotypeUpdateStrategy, Cloneable
public class StaticPhenotypeUpdateStrategy
- extends Object
- implements PhenotypeUpdateStrategy
- Author:
- gpampara
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticPhenotypeUpdateStrategy
public StaticPhenotypeUpdateStrategy()
getClone
public PhenotypeUpdateStrategy getClone()
- Description copied from interface:
PhenotypeUpdateStrategy
- 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 PhenotypeUpdateStrategy
- Specified by:
getClone
in interface Cloneable
- Returns:
- An exact clone of the current object instance.
- See Also:
Object.clone()
updateControlParameters
public void updateControlParameters(Individual individual)
- Specified by:
updateControlParameters
in interface PhenotypeUpdateStrategy
Copyright © 2009 CIRG. All Rights Reserved.