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 ObjectiveFunction
StandardForm. objectiveFunction()
Retrieve the Simplex Objective FunctionObjectiveFunction
StandardFormBuilder. objectiveFunction()
Retrieve the Objective Functionstatic ObjectiveFunction
ObjectiveFunction. 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