Skip to content

NumberOfIterations vs. MaxIterations #2871

Closed

Description

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

Metadata

Assignees

Labels

APIIssues pertaining the friendly API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions