Closed
Description
openedon Mar 6, 2019
The recent naming changes to K-Means and SDCA (and perhaps others?) resulted in MaxIterations
being renamed to NumberOfIterations
. Since this parameter specifies the worst-case bound and not the actual number of iterations taken in most cases, I think we should keep it named MaxIterations
.
Whatever we call it, NumberOfIterations
is not what this parameter specifies — this is a stopping criterion, not a guaranteed execution parameter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment