-
Classes Class Description org.opt4j.optimizer.ea.AlternativeNsga2 Previous implementation as of Opt4J version 2.2. and Qais extensions, which is still used as the basis forScalingNsga2
. TODO: delete this and baseScalingNsga2
onNsga2
.
-
Fields Field Description javax.measure.unit.SI.METRE_PER_SECOND replaced bySI.METRES_PER_SECOND
.javax.measure.unit.SI.METRE_PER_SQUARE_SECOND replaced bySI.METRES_PER_SQUARE_SECOND
.
-
Methods Method Description javax.measure.Measure.valueOf(BigDecimal, Unit<Q>) DecimalMeasure
should be used directly.org.opt4j.core.Objectives.add(Objectives) renamed toObjectives.addAll(Objectives)
org.opt4j.core.optimizer.Archive.add(Individual) org.opt4j.core.optimizer.Archive.addAll(Collection<? extends Individual>)
-
Constructors Constructor Description org.opt4j.core.Objectives()