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

[Development] Add a divergence tolerance for Newton's method #423

Open
sblauth opened this issue Apr 24, 2024 · 0 comments
Open

[Development] Add a divergence tolerance for Newton's method #423

sblauth opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels
development Development-related matters

Comments

@sblauth
Copy link
Owner

sblauth commented Apr 24, 2024

At the moment, it may happen that Newton's method diverges and produces larger and larger residuals.
Users should be able to specify some (relative) divergence tolerance, so that when this tolerance is surpassed, the Newton solver fails.

For optimization this has the benefit, that less iterations are needed to compute when Newton's method diverges and a smaller stepsize can be used faster.

@sblauth sblauth added the development Development-related matters label Apr 24, 2024
@sblauth sblauth self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Development-related matters
Projects
None yet
Development

No branches or pull requests

1 participant