Uses of Interface
org.uma.jmetal.problem.DynamicProblem
| Package | Description |
|---|---|
| org.uma.jmetal.algorithm | |
| org.uma.jmetal.util.restartstrategy | |
| org.uma.jmetal.util.restartstrategy.impl |
-
Uses of DynamicProblem in org.uma.jmetal.algorithm
Methods in org.uma.jmetal.algorithm that return DynamicProblem Modifier and Type Method Description DynamicProblem<?,?>DynamicAlgorithm. getDynamicProblem() -
Uses of DynamicProblem in org.uma.jmetal.util.restartstrategy
Methods in org.uma.jmetal.util.restartstrategy with parameters of type DynamicProblem Modifier and Type Method Description voidCreateNewSolutionsStrategy. create(java.util.List<S> solutionList, DynamicProblem<S,?> problem, int numberOfNewSolutions)Add a number of new solutions to a list ofSolutionobjectsintRemoveSolutionsStrategy. remove(java.util.List<S> solutionList, DynamicProblem<S,?> problem)Remove a number of solutions of a list ofSolutionobjectsvoidRestartStrategy. restart(java.util.List<S> solutionList, DynamicProblem<S,?> problem) -
Uses of DynamicProblem in org.uma.jmetal.util.restartstrategy.impl
Methods in org.uma.jmetal.util.restartstrategy.impl with parameters of type DynamicProblem Modifier and Type Method Description voidCreateNRandomSolutions. create(java.util.List<S> solutionList, DynamicProblem<S,?> problem, int numberOfSolutionsToCreate)intRemoveFirstNSolutions. remove(java.util.List<S> solutionList, DynamicProblem<S,?> problem)intRemoveNRandomSolutions. remove(java.util.List<S> solutionList, DynamicProblem<S,?> problem)intRemoveNSolutionsAccordingToTheCrowdingDistance. remove(java.util.List<S> solutionList, DynamicProblem<S,?> problem)intRemoveNSolutionsAccordingToTheHypervolumeContribution. remove(java.util.List<S> solutionList, DynamicProblem<S,?> problem)voidDefaultRestartStrategy. restart(java.util.List<S> solutionList, DynamicProblem<S,?> problem)