-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add simpler reset!
#49
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportBase: 93.20% // Head: 93.25% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #49 +/- ##
==========================================
+ Coverage 93.20% 93.25% +0.04%
==========================================
Files 3 3
Lines 162 163 +1
==========================================
+ Hits 151 152 +1
Misses 11 11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I find it a bit silly that NLPModels's |
Alternatively, if there are other methods in the same situation, we could gather them in a base package and overload that one. |
I wasn't that surprised given that NLPModels is dependence of SolverCore and LinearOperators is a dep of NLPModels, and found more user-friendly to avoid warning. |
See JuliaSmoothOptimizers/JSOSolvers.jl#171 for an example