-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix empty subspace, fixes #10 * don't require dim for HessianApproximation init, fixes #5 * add more dimension checks * fix remove slack in subproblem * add full truncation strategy * add multistart test * add tests for nonfinite returns * add tests for dimension checks * fix indef testcase * extend subproblem tests * add tests for hessian approximation dimension checks * version bump * fix tests * MOAR TESTS * add test * fix flake * fix check * add refinement strategy * turn convergence info into warning, remove epsilon check * disable refinement for multistart * fix flake * fix doc * fix flake * remove option to provide iminbr and rename * remove unused import * remove small delta exit flag * add typehints, always add gradient if tr_step.alpha < 1, add single reflect * fixup typehints * fixup indexing error * fix convergence message formatting * change maxiter/maxtime to warnings * update default options after benchmark * bump version * refactor trust region * fix import * fix flake * fix nan fvaldiff (#17) * create one logger instance per optimization to avoid multiprocessing … (#16) * create one logger instance per optimization to avoid multiprocessing issues, fixes #13 * fixup * fix flake * fixup * fix doc * fixup logging * fixup logging * use lstsq when computing newton direction for singular matrices (#18) * use lstsq when computing newton direction for singular matrices * fix flake py version * version bump
- Loading branch information
1 parent
c753ba8
commit 276ac96
Showing
10 changed files
with
711 additions
and
637 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
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
Oops, something went wrong.