Package org.uma.jmetal.problem
Interface DynamicProblem<S extends Solution<?>,D>
- All Superinterfaces:
Problem<S>,Serializable
Interface representing dynamic problems. Problems implementing this interface act as
Observer entities
in the sense that the can register themselves in Observable objects that may modify some problem
properties. A dynamic problem has an internal state about whether it has been updated or not, and there are methods
to query, set, and reset that state.- Author:
- Antonio J. Nebro invalid input: '<'ajnebro@uma.es>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidvoidMethods inherited from interface org.uma.jmetal.problem.Problem
createSolution, evaluate, name, numberOfConstraints, numberOfObjectives, numberOfVariables
-
Method Details
-
update
-
hasChanged
boolean hasChanged() -
setChanged
void setChanged() -
clearChanged
void clearChanged()
-