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

Automatically set cf_tol based on desired (omega) tolerance #22

Open
duetosymmetry opened this issue Sep 23, 2019 · 0 comments
Open

Automatically set cf_tol based on desired (omega) tolerance #22

duetosymmetry opened this issue Sep 23, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@duetosymmetry
Copy link
Owner

The tolerance for computed continued fractions, cf_tol, should be related to the desired tolerance on omega, tol, by the gradient of the "objective function" (continued fraction equation). We can estimate it with a finite difference derivative.

If cf_tol ends up being smaller than DBL_EPSILON, we probably won't be able to polish omega to the desired tolerance.

@duetosymmetry duetosymmetry added the enhancement New feature or request label Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant