Uses of Class
org.drip.optimization.simplex.ObjectiveFunction
| Package | Description |
|---|---|
| org.drip.optimization.simplex |
Rd to R1 Simplex Scheme
|
-
Uses of ObjectiveFunction in org.drip.optimization.simplex
Methods in org.drip.optimization.simplex that return ObjectiveFunction Modifier and Type Method Description ObjectiveFunctionStandardForm. objectiveFunction()Retrieve the Simplex Objective FunctionObjectiveFunctionStandardFormBuilder. objectiveFunction()Retrieve the Objective Functionstatic ObjectiveFunctionObjectiveFunction. StandardMinimization(LinearExpression linearExpression)Construct a Standard Minimization Form of the Objective FunctionConstructors in org.drip.optimization.simplex with parameters of type ObjectiveFunction Constructor Description StandardForm(ObjectiveFunction objectiveFunction, StandardPolytope constraintPolytope, boolean diagnosticsOn)StandardForm ConstructorStandardFormBuilder(int unrestrictedVariableCount, ObjectiveFunction objectiveFunction)StandardFormBuilder Constructor