Package org.opt4j.core
Interface Value<V>
- Type Parameters:
V- the type of the value
- All Superinterfaces:
Comparable<Value<V>>
- All Known Implementing Classes:
DoubleValue,IntegerValue
The
Value represents the result for an Objective. Each
Value has to be Comparable and have a double representation
which is used by some optimization algorithms. Thus, an appropriate double
representation is not necessary if the optimization algorithm does not
require it.-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo