|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinearObjectiveFunction | |
---|---|
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 | |
---|---|
protected LinearObjectiveFunction |
AbstractLinearOptimizer.getFunction()
Deprecated. |
Methods in org.apache.commons.math3.optimization.linear with parameters of type LinearObjectiveFunction | |
---|---|
PointValuePair |
AbstractLinearOptimizer.optimize(LinearObjectiveFunction f,
Collection<LinearConstraint> constraints,
GoalType goalType,
boolean restrictToNonNegative)
Deprecated. Optimizes an objective function. |
PointValuePair |
LinearOptimizer.optimize(LinearObjectiveFunction f,
Collection<LinearConstraint> constraints,
GoalType goalType,
boolean restrictToNonNegative)
Deprecated. Optimizes an objective function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |