| Class and Description |
|---|
| org.opt4j.optimizer.ea.AlternativeNsga2
Previous implementation as of Opt4J version 2.2. and Qais extensions, which is still used as the basis
for
ScalingNsga2. TODO: delete this and base ScalingNsga2 on Nsga2. |
| Field and Description |
|---|
| javax.measure.unit.SI.METRE_PER_SECOND
replaced by
SI.METRES_PER_SECOND. |
| javax.measure.unit.SI.METRE_PER_SQUARE_SECOND
replaced by
SI.METRES_PER_SQUARE_SECOND. |
| Method and Description |
|---|
| org.opt4j.core.optimizer.Archive.add(Individual) |
| org.opt4j.core.Objectives.add(Objectives)
renamed to
Objectives.addAll(Objectives) |
| org.opt4j.core.optimizer.Archive.addAll(Collection<? extends Individual>) |
| org.opt4j.core.optimizer.Archive.addAll(Individual...) |
javax.measure.Measure.valueOf(BigDecimal, Unit<Q>)
DecimalMeasure should be used directly. |
javax.measure.Measure.valueOf(BigDecimal, Unit<Q>, MathContext)
DecimalMeasure should be used directly and
MathContext specified explicitly when
converting. |
javax.measure.Measure.valueOf(double[], Unit<Q>)
VectorMeasure should be used directly. |
| Constructor and Description |
|---|
| org.opt4j.core.Objectives() |