Skip to content
Snippets Groups Projects
Commit 4f7ebe3e authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

TrustRegionSolver: Make detection of trust-region underflows work

There already was code that printed a warning when the trust-region
radius dropped below the required solver tolerance.  (If that happens,
the solver terminates, because the small trust-region forces the
correction to be smaller than the required tolerance.  However,
the code didn't warn the user about this, and such cases almost
looked like successful runs.)

Unfortunately, the warning code didn't work, because the standard
solver termination criterion stopped the TR iteration before
reaching the check for the trust-region size.
parent 59d81698
No related branches found
No related tags found
1 merge request!59Some small modernizations
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment