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