Uses of Class
org.apache.commons.math3.optimization.linear.LinearObjectiveFunction
-
Packages that use LinearObjectiveFunction Package Description org.apache.commons.math3.optimization.linear This package provides optimization algorithms for linear constrained problems. -
-
Uses of LinearObjectiveFunction in org.apache.commons.math3.optimization.linear
Methods in org.apache.commons.math3.optimization.linear that return LinearObjectiveFunction Modifier and Type Method Description protected LinearObjectiveFunctionAbstractLinearOptimizer. getFunction()Deprecated.Methods in org.apache.commons.math3.optimization.linear with parameters of type LinearObjectiveFunction Modifier and Type Method Description PointValuePairAbstractLinearOptimizer. optimize(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative)Deprecated.Optimizes an objective function.PointValuePairLinearOptimizer. optimize(LinearObjectiveFunction f, java.util.Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative)Deprecated.Optimizes an objective function.
-