OptimizerGetEfficientFrontier Method |
Executes the mean-variance optimizer in order
to find the efficient frontier.
Namespace: Austra.Library.MVOAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic static Portfolio[] GetEfficientFrontier(
Inputs input
)
Parameters
- input Inputs
- Contains all data for the algorithm.
Return Value
PortfolioA list of portfolio weights plus the associated lambda.
See Also