Uses of Class
org.apache.commons.math3.optim.linear.LinearObjectiveFunction
Packages that use LinearObjectiveFunction
Package
Description
Optimization algorithms for linear constrained problems.
-
Uses of LinearObjectiveFunction in org.apache.commons.math3.optim.linear
Fields in org.apache.commons.math3.optim.linear declared as LinearObjectiveFunctionModifier and TypeFieldDescriptionprivate final LinearObjectiveFunction
SimplexTableau.f
Linear objective function.private LinearObjectiveFunction
LinearOptimizer.function
Linear objective function.Methods in org.apache.commons.math3.optim.linear that return LinearObjectiveFunctionModifier and TypeMethodDescriptionprotected LinearObjectiveFunction
LinearOptimizer.getFunction()
Constructors in org.apache.commons.math3.optim.linear with parameters of type LinearObjectiveFunctionModifierConstructorDescription(package private)
SimplexTableau
(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative, double epsilon) Builds a tableau for a linear problem.(package private)
SimplexTableau
(LinearObjectiveFunction f, Collection<LinearConstraint> constraints, GoalType goalType, boolean restrictToNonNegative, double epsilon, int maxUlps) Build a tableau for a linear problem.