|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
PopulationBasedAlgorithm s. |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |