Uses of Class
org.drip.portfolioconstruction.optimizer.ObjectiveFunction
Package | Description |
---|---|
org.drip.portfolioconstruction.optimizer |
Core Portfolio Construction Optimizer Suite
|
-
Uses of ObjectiveFunction in org.drip.portfolioconstruction.optimizer
Methods in org.drip.portfolioconstruction.optimizer that return ObjectiveFunction Modifier and Type Method Description ObjectiveFunction
Strategy. objectiveFunction()
Retrieve the Objective FunctionConstructors in org.drip.portfolioconstruction.optimizer with parameters of type ObjectiveFunction Constructor Description Strategy(java.lang.String name, java.lang.String id, java.lang.String description, ObjectiveFunction objectiveFunction, ConstraintHierarchy constraintHierarchy, boolean allowGrandFathering, boolean allowCrossOver, boolean ignoreCompliance)
Strategy Constructor