-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Renaming OptimizationTolerance to fix a spelling error. #3199
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
Conversation
artidoro
left a comment
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.
![]()
|
Just need to update the entrypoint catalog. |
| { | ||
| MaximumNumberOfIterations = 100, | ||
| OptmizationTolerance = 1e-8f, | ||
| OptimizationTolerance = 1e-8f, |
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.
So, this is desirable, but it is a breaking change, not sure what our procedure and thoughts are about that.
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.
I was going to see if we could Ask it into 1.0. I will ask.
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.
Process: Check into master: Cherry-pick into the release branch. PR into release branch will be part of ask-mode.
Codecov Report
@@ Coverage Diff @@
## master #3199 +/- ##
==========================================
+ Coverage 72.6% 72.62% +0.02%
==========================================
Files 807 807
Lines 144957 145080 +123
Branches 16211 16213 +2
==========================================
+ Hits 105240 105365 +125
+ Misses 35298 35297 -1
+ Partials 4419 4418 -1
|
* Renaming OptimizationTolerance in LBFGS to fix a spelling bug. (cherry picked from commit 073a33b)
* Renaming OptimizationTolerance in LBFGS to fix a spelling bug. (cherry picked from commit 073a33b)
In the
LbfgsTrainerBase, theOptmizationToleranceoption was misspelled.Fixes #3198