portfolio-optimization
Here are 117 public repositories matching this topic...
-
Updated
Sep 22, 2020 - Python
-
Updated
Oct 9, 2020 - Jupyter Notebook
-
Updated
May 6, 2020 - Jupyter Notebook
-
Updated
Oct 17, 2020 - C
Implement __sub__
Currently one cannot just do -SomeLoss()
. Of course it could be hacked by doing (-1) * SomeLoss()
. We want to implement the first syntax via __sub__
.
-
Updated
Sep 2, 2019 - Python
-
Updated
Oct 1, 2018 - Jupyter Notebook
-
Updated
Aug 21, 2019 - Python
-
Updated
Nov 1, 2020 - Rust
like we did in the R package, we should show examples where general solvers (from e.g., scipy.optimize
) are not able to or are too slow to solve the non-convex risk parity formulation.
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 31, 2020 - C#
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Sep 13, 2020 - HTML
-
Updated
Feb 5, 2017 - Python
-
Updated
Oct 23, 2020 - Python
-
Updated
Jun 26, 2020 - Python
-
Updated
Nov 2, 2019 - Python
-
Updated
May 8, 2019 - Jupyter Notebook
Implementing a simple Q-learning agent in Python that uses multiple technical indicators to make a decision of Buy, Sell or Hold.
-
Updated
Dec 20, 2017 - Python
-
Updated
Nov 27, 2017 - Python
-
Updated
Jul 24, 2017 - Python
-
Updated
Apr 19, 2020 - R
-
Updated
Feb 4, 2017 - Python
-
Updated
Oct 31, 2020 - Python
-
Updated
Apr 25, 2019 - Python
-
Updated
Feb 7, 2019 - HTML
Improve this page
Add a description, image, and links to the portfolio-optimization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the portfolio-optimization topic, visit your repo's landing page and select "manage topics."
According to @rspadim, functions in
entropy.py
could use numpy array instead of strings, as it's better to numba.Guide on how to implement this is available in the comments in PR #311 .