-
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
Switch the default options for EpsilonConstraint #31
Conversation
Codecov ReportBase: 93.30% // Head: 94.18% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #31 +/- ##
==========================================
+ Coverage 93.30% 94.18% +0.87%
==========================================
Files 6 6
Lines 508 516 +8
==========================================
+ Hits 474 486 +12
+ Misses 34 30 -4
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. |
Indeed. The step value of 1 is usual for |
But isn't this exactly what is happening? If I set the There's definitely a trade-off. We could either introduce lots of algorithm-specific options, or try to re-use common names, even if they're slightly clunky. Would |
|
I was not fan of But you are right. With |
ce3910f
to
954fdb7
Compare
954fdb7
to
95ca9c4
Compare
@xgandibleux is this better?
It'd mean in your JuMP examples you could just use
instead of