Uses of Interface
net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies.ObjectiveAssignmentStrategy

Packages that use ObjectiveAssignmentStrategy
net.sourceforge.cilib.algorithm.population   
net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies   
 

Uses of ObjectiveAssignmentStrategy in net.sourceforge.cilib.algorithm.population
 

Methods in net.sourceforge.cilib.algorithm.population that return ObjectiveAssignmentStrategy
 ObjectiveAssignmentStrategy MultiPopulationCriterionBasedAlgorithm.getObjectiveAssignmentStrategy()
           
 

Methods in net.sourceforge.cilib.algorithm.population with parameters of type ObjectiveAssignmentStrategy
 void MultiPopulationCriterionBasedAlgorithm.setObjectiveAssignmentStrategy(ObjectiveAssignmentStrategy objectiveAssignmentStrategy)
           
 

Uses of ObjectiveAssignmentStrategy in net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies
 

Classes in net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies that implement ObjectiveAssignmentStrategy
 class RandomObjectiveAssignmentStrategy
           Randomly assigns the sub-objectives of a MOOptimisationProblem to different PopulationBasedAlgorithms.
 class SequentialObjectiveAssignmentStrategy
           Sequentially assigns the sub-objectives of a MOOptimisationProblem to different PopulationBasedAlgorithm instances.
 

Methods in net.sourceforge.cilib.moo.criterion.objectiveassignmentstrategies that return ObjectiveAssignmentStrategy
 ObjectiveAssignmentStrategy ObjectiveAssignmentStrategy.getClone()
           
 



Copyright © 2009 CIRG. All Rights Reserved.