enjine-com / mcos

Implementation of Monte Carlo Optimization Selection from the paper "A Robust Estimator of the Efficient Frontier"
MIT License
55 stars 18 forks source link

Risk Parity Optimizer #29

Closed biskit1 closed 4 years ago

biskit1 commented 4 years ago

closes #4

biskit1 commented 4 years ago

note: PendingDeprecationWarning due to usages of asmatrix

biskit1 commented 4 years ago

There are warnings with matrix as well

moneygeek commented 4 years ago

ok. can you use ndarray instead?

On Tue, Mar 10, 2020 at 11:38 AM Chaya Danzinger notifications@github.com wrote:

There are warnings with matrix as well

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/enjine-com/mcos/pull/29?email_source=notifications&email_token=AAXTIXIMS7NP5ESMR7UCXHDRGZNHRA5CNFSM4LARJDN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOL5WPY#issuecomment-597154623, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXTIXJ4IU72ZPFK6EVSFE3RGZNHRANCNFSM4LARJDNQ .

--

Jin Choi, PhD

Founder/President

(226) 980-6902 - enjine.com

“Bring Your Quant Vision to Life”

andystanley commented 4 years ago

Could you merge/rebase on master and add the new RiskParityOptimizer to test_mcos.py.

biskit1 commented 4 years ago

@andystanley done.