Created
September 27, 2022 04:34
-
-
Save Financioneroncios/a59aca9b97b4969ab853cfb322bdce8c to your computer and use it in GitHub Desktop.
Hi @BrandonKMLee, there isn't a FOSS alternative to MOSEK now, because this model is very complicated.
- What FOSS software would you recommend to replace MOSEK? Surely Riskfolio-Lib has to have some speed-up feature?
- How can Kurtosis and Skewness Optimization be done without using as much resources?
- You can't replace MOSEK with a FOSS software for semidefinite programming, it's like try to replace a Ferrari with a bicicle in a speed race.
- Read the associated paper. The parametric version of kurtosis uses a lot of resources and Skewness can't be optimized 😅
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For someone not in the know, is
n >= 30
referring to number of asset types?Also since MOSEK is not FOSS what other alternative are there that is fast and for Python?