Class AbstractDoubleProblem

java.lang.Object
org.uma.jmetal.problem.doubleproblem.impl.AbstractDoubleProblem
All Implemented Interfaces:
java.io.Serializable, DoubleProblem, Problem<DoubleSolution>
Direct Known Subclasses:
FakeDoubleProblem

public abstract class AbstractDoubleProblem
extends java.lang.Object
implements DoubleProblem
Abstract class to be extended by implementations of interface {@link DoubleProblem>}, which must implement the Problem.evaluate(S) method.
Author:
Antonio J. Nebro (ajnebro@uma.es)
See Also:
Serialized Form