Uses of Interface
org.ojalgo.optimisation.Optimisation.Objective
Packages that use Optimisation.Objective
-
Uses of Optimisation.Objective in org.ojalgo.optimisation
Classes in org.ojalgo.optimisation that implement Optimisation.ObjectiveModifier and TypeClassDescriptionfinal classExpression represents a mathematical expression in the optimization model that can serve as either a constraint or a component of the objective function.classModelEntity<ME extends ModelEntity<ME>>ModelEntity is the abstract base class for optimization model components such as variables and expressions in ojAlgo's optimization framework.final classVariable represents a decision variable in an optimization model.