Skip to content
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

Add rtol convergence criterion #10

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Conversation

timholy
Copy link
Contributor

@timholy timholy commented Nov 16, 2023

Converging based on an absolute tolerance implies that you
know something about what to expect for the range of
log-likelihoods. In cases where the ground truth may not
be known, it can be useful to allow termination based on
improvement that is small relative to the log-likelihood.

Converging based on an absolute tolerance implies that you
know something about what to expect for the range of
log-likelihoods. In cases where the ground truth may not
be known, it can be useful to allow termination based on
improvement that is small *relative* to the log-likelihood.
Copy link
Owner

@dmetivie dmetivie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Great addition.

@dmetivie dmetivie merged commit 99f7b24 into dmetivie:master Nov 17, 2023
3 checks passed
@timholy timholy deleted the teh/rtol branch November 18, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants