Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require user to set dimension in HessianApproximation #5

Closed
FFroehlich opened this issue Nov 12, 2020 · 0 comments
Closed

Don't require user to set dimension in HessianApproximation #5

FFroehlich opened this issue Nov 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@FFroehlich
Copy link
Contributor

No description provided.

@FFroehlich FFroehlich added the enhancement New feature or request label Nov 13, 2020
FFroehlich added a commit that referenced this issue Nov 16, 2020
* 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
FFroehlich added a commit that referenced this issue Nov 20, 2020
* 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
FFroehlich added a commit that referenced this issue Jan 15, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant