net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies
Class RandomObjectiveAssignmentStrategy

java.lang.Object
  extended by 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 PopulationBasedAlgorithms.

Author:
Wiehann Matthysen
See Also:
Serialized Form

Constructor Summary
RandomObjectiveAssignmentStrategy()
           
RandomObjectiveAssignmentStrategy(RandomObjectiveAssignmentStrategy copy)
           
 
Method Summary
 void assignObjectives(MOOptimisationProblem problem, List<PopulationBasedAlgorithm> populations)
           
 RandomObjectiveAssignmentStrategy getClone()
          Create a cloned copy of the current object and return it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomObjectiveAssignmentStrategy

public RandomObjectiveAssignmentStrategy()

RandomObjectiveAssignmentStrategy

public RandomObjectiveAssignmentStrategy(RandomObjectiveAssignmentStrategy copy)
Method Detail

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.