-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: use L-BFGS-B in scipy as default numeric solver remove dependence on nlopt * chore: debug jax[cpu] * format code style * fix: ic_method in scope * fix: bug when support_set is range(k) del 2 lines code: // If A_U not change, U will not change and we can stop. if (A_U.size() == 0 || A_U.maxCoeff() == T0 - 1) break; * Lowered the passing criteria for test_PortfolioSelection * fix: l-bfgs-b donot support float32 * Revert "fix: bug when support_set is range(k)" This reverts commit 908cce5.
- Loading branch information
Showing
3 changed files
with
8 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters