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 LinearObjectiveFunctionSimplexTableau.fLinear objective function.private LinearObjectiveFunctionLinearOptimizer.functionLinear objective function.Methods in org.apache.commons.math3.optim.linear that return LinearObjectiveFunctionModifier and TypeMethodDescriptionprotected LinearObjectiveFunctionLinearOptimizer.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.