Class AbstractDoubleProblem

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

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