Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Anybody worked with PyMCEF package (Python Monte Carlo Efficient Frontier)?

I stumbled across a Python package called 'Python Monte Carlo Efficient Frontier'. Given a set of assets and their respective returns it returns the weighting of those assets to have the combined portfolio fall on the 'efficient frontier'. Specifically it returns:

The complete efficient frontier stored as a vector of efficient
portfolios, each of which containing the following:
A python dictionary, storing the asset index and weight in the portfolio
In sample performance (Sharpe ratio etc.)
The lower and upper bound for the lagrangian multiplier producing this portfolio
Validation performance, if validation Monte Carlo simulated
returns are provided.

Seams interesting. Here's a link https://pypi.python.org/pypi/pymcef.

Has anybody worked with this? Can this be used in of a Quantopian algorithm or notebook?