Class DoubleValue

java.lang.Object
org.opt4j.core.DoubleValue
All Implemented Interfaces:
Comparable<Value<Double>>, Value<Double>

public class DoubleValue extends Object implements Value<Double>
The DoubleValue is a Value with a Double as value. The Objectives contains a convenience method that allows to add a DoubleValue without creating a new instance: Objectives.add(Objective, double).
See Also: