Uses of Interface
org.uma.jmetal.problem.DynamicProblem
Packages that use DynamicProblem
-
Uses of DynamicProblem in org.uma.jmetal.util.restartstrategy
Methods in org.uma.jmetal.util.restartstrategy with parameters of type DynamicProblemModifier and TypeMethodDescriptionvoidCreateNewSolutionsStrategy.create(List<S> solutionList, DynamicProblem<S, ?> problem, int numberOfNewSolutions) Add a number of new solutions to a list ofSolutionobjectsintRemoveSolutionsStrategy.remove(List<S> solutionList, DynamicProblem<S, ?> problem) Remove a number of solutions of a list ofSolutionobjectsvoidRestartStrategy.restart(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 DynamicProblemModifier and TypeMethodDescriptionvoidCreateNRandomSolutions.create(List<S> solutionList, DynamicProblem<S, ?> problem, int numberOfSolutionsToCreate) intRemoveFirstNSolutions.remove(List<S> solutionList, DynamicProblem<S, ?> problem) intRemoveNRandomSolutions.remove(List<S> solutionList, DynamicProblem<S, ?> problem) intRemoveNSolutionsAccordingToTheCrowdingDistance.remove(List<S> solutionList, DynamicProblem<S, ?> problem) intRemoveNSolutionsAccordingToTheHypervolumeContribution.remove(List<S> solutionList, DynamicProblem<S, ?> problem) voidDefaultRestartStrategy.restart(List<S> solutionList, DynamicProblem<S, ?> problem)