-
Notifications
You must be signed in to change notification settings - Fork 10
LM and LMTR with TRDH #95
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
LM and LMTR with TRDH #95
Conversation
|
Here are the |
8a38e4d to
1724fb0
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #95 +/- ##
==========================================
+ Coverage 58.10% 59.19% +1.09%
==========================================
Files 11 11
Lines 1222 1223 +1
==========================================
+ Hits 710 724 +14
+ Misses 512 499 -13
... and 2 files with indirect coverage changes 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 in Codecov by Sentry. |
|
Here are the |
|
@dpo can I merge this PR? |
src/LMTR_alg.jl
Outdated
|
|
||
| local l_bound, u_bound | ||
| if has_bounds(nls) | ||
| if (has_bounds(nls) || subsolver == TRDH) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a new bool variable treats_bounds = has_bounds(nls) || subsolver == TRDH?
1724fb0 to
d853bf2
Compare
|
Here are the |
|
Here are the |
No description provided.