-
Notifications
You must be signed in to change notification settings - Fork 47
Generalized Cauchy point and box constraints #554
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #554 +/- ##
===========================================
- Coverage 100.00% 99.92% -0.08%
===========================================
Files 91 92 +1
Lines 9975 10401 +426
===========================================
+ Hits 9975 10393 +418
- Misses 0 8 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The name is still a bit clumsy, but I do not have much of a better idea. |
|
Sure, I've changed the name. |
|
Documenter.jl is failing with a very weird error :/ |
|
It switched from 12.2 to 12.3 maybe just a caching issue. |
|
Hm, ARC is now failing with out of memory exception: And the Documenter.jl error persists :/. |
|
Documenter you found ;) I asked that on Slack actually. For ARC – I have no ideas, I also have not yet fully checked how many thing you changed here that might have side effects. |
|
Yes, I've noticed you have a workaround in your PR. The ARC error disappeared... for now at least. And I hope I've resolved all unintended side effects of my changes. |
This is a WIP PR that implements the GCP idea to L-BFGS and maybe some other solvers, so that they can be used in the presence of box constraints on the Euclidean part of the manifold. The constraints are handled similarly to L-BFGS-B (although not all Euclidean tricks are applied).
TODO:
The implementation was prepared in collaboration with @paprzybysz .