Set fsolve tolerance for root finding

2 vues (au cours des 30 derniers jours)
Peter
Peter le 21 Juil 2021
Commenté : Peter le 21 Juil 2021
Dear All:
I'm using fsolve to find the root of a scalar function such that . I'd like to set the tolerance such that fsolve stops if for some c. The 'FunctionTolerance' option only applies to the change in the objective function, i.e. at some iteration i.
Background: I'd like to set a higher tolerance such that fsolve takes less time while still having an accurate solution, where the level accuracy is explicitly given.
Any hints how to achieve this would be very much appreciated!
Thanks,
Peter

Réponse acceptée

Torsten
Torsten le 21 Juil 2021
Use OutputFcn to implement your individual stopping criterion.
See
de.mathworks.com/help/optim/ug/output-function.html
for more details.
  1 commentaire
Peter
Peter le 21 Juil 2021
Great, thanks!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Construct and Work with Object Arrays dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by