net.sourceforge.cilib.pso.dynamic.responsestrategies
Class ArchiveReevaluationResponseStrategy
java.lang.Object
net.sourceforge.cilib.pso.dynamic.responsestrategies.EnvironmentChangeResponseStrategy<PopulationBasedAlgorithm>
net.sourceforge.cilib.pso.dynamic.responsestrategies.ArchiveReevaluationResponseStrategy
- All Implemented Interfaces:
- Serializable, Cloneable
public class ArchiveReevaluationResponseStrategy
- extends EnvironmentChangeResponseStrategy<PopulationBasedAlgorithm>
- Author:
- gpampara
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchiveReevaluationResponseStrategy
public ArchiveReevaluationResponseStrategy()
getClone
public EnvironmentChangeResponseStrategy<PopulationBasedAlgorithm> getClone()
- Description copied from class:
EnvironmentChangeResponseStrategy
- Clone the EnvironmentChangeResponseStrategy object.
- Specified by:
getClone
in interface Cloneable
- Specified by:
getClone
in class EnvironmentChangeResponseStrategy<PopulationBasedAlgorithm>
- Returns:
- A cloned EnvironmentChangeResponseStrategy
- See Also:
Object.clone()
performReaction
protected void performReaction(PopulationBasedAlgorithm algorithm)
- Description copied from class:
EnvironmentChangeResponseStrategy
- This is the method responsible for responding that should be overridden by sub-classes.
- Specified by:
performReaction
in class EnvironmentChangeResponseStrategy<PopulationBasedAlgorithm>
Copyright © 2009 CIRG. All Rights Reserved.