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

Relative error #189

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Relative error #189

wants to merge 2 commits into from

Conversation

alexlib
Copy link
Contributor

@alexlib alexlib commented Oct 15, 2019

in some cases the full_calibration fails with a strange behaviour - the values of beta do not decrease but jump between positive and negative (small) values. I suggest to incoprorate an option for the convergence (end of iterations) in such case. I have not found a very clean way of doing so, I suggest to estimate diff = beta[i] - old_beta[i] and check if diff/beta[i] == 2.0 or close to 2.

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.

1 participant