force fsolve termination if not progressing

1 visualización (últimos 30 días)
Leo Simon
Leo Simon el 21 de Jul. de 2014
Comentada: Leo Simon el 22 de Jul. de 2014
Hi.
I'm running repeated fsolves. With bad starting points, the engine goes nowhere. I can see this looking at the output when Display is set to iter: norm of step keeps shrinking and f fails to improve. Is there a way to pass the information that Display('iter') uses to the "myfun" workspace (i.e., the function that I'm trying to solve), thus allowing me to measure if I'm making no progress and then terminate? I could of course hack into fsolve but but obviously would prefer not to if I don't have to.

Respuesta aceptada

Alan Weiss
Alan Weiss el 21 de Jul. de 2014
Use an output function to terminate the iterations early, if you like.
Alan Weiss
MATLAB mathematical toolbox documentation
  2 comentarios
Leo Simon
Leo Simon el 21 de Jul. de 2014
Wonderful, exactly what I've wanted for years... thanks very much, Alan
Leo Simon
Leo Simon el 22 de Jul. de 2014
It would be really nice if one could condition on exitflag in state 'done'. For example, I would like to plot the history of various fields of optimValue, but only if exitflag is <= 0. (After all, no need to try to debug if exitflag=1). But by default, at least, the output function doesn't seem to know what exitflag is in state 'done', (which seems very odd). So my question is, is there a way to pass exitflag to my output function?
Thanks! Leo

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Surrogate Optimization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by