net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies
Class RandomObjectiveAssignmentStrategy
java.lang.Object
net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies.RandomObjectiveAssignmentStrategy
- All Implemented Interfaces:
- Serializable, ObjectiveAssignmentStrategy, Cloneable
public class RandomObjectiveAssignmentStrategy
- extends Object
- implements ObjectiveAssignmentStrategy
Randomly assigns the sub-objectives of a MOOptimisationProblem
to different
PopulationBasedAlgorithm
s.
- Author:
- Wiehann Matthysen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomObjectiveAssignmentStrategy
public RandomObjectiveAssignmentStrategy()
RandomObjectiveAssignmentStrategy
public RandomObjectiveAssignmentStrategy(RandomObjectiveAssignmentStrategy copy)
getClone
public RandomObjectiveAssignmentStrategy 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 ObjectiveAssignmentStrategy
- Specified by:
getClone
in interface Cloneable
- Returns:
- An exact clone of the current object instance.
- See Also:
Object.clone()
assignObjectives
public void assignObjectives(MOOptimisationProblem problem,
List<PopulationBasedAlgorithm> populations)
- Specified by:
assignObjectives
in interface ObjectiveAssignmentStrategy
Copyright © 2009 CIRG. All Rights Reserved.