Skip to content

Handling convergence failure #1

@saugatac

Description

@saugatac

In RatingCalculator.calculateNewRating, sometimes the loop for convergence:
while (Math.abs(B - A) > CONVERGENCE_TOLERANCE)
fails to terminate. This possibility is also mentioned in the paper. It would be good if there is a maxiConvergenceIterations variable that can be used to control it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions