how to store the intermediate result when using fmincon
Mostrar comentarios más antiguos
Dear fellows, I am using fmincon to do optmization. Could you tell me how to look at and store the intermediate result when fmincon is trying different value? Well, I need to give an initial value for fmincon to start, and after that, it will try different value to find the optimized one. I want to check all those values that it tried and the corresponding results. Cheers
Respuesta aceptada
Más respuestas (3)
xueqi
el 5 de Feb. de 2013
0 votos
Alan Weiss
el 5 de Feb. de 2013
0 votos
Alan Weiss
MATLAB mathematical toolbox documentation
Daniel Frisch
el 7 de Oct. de 2020
0 votos
You can use my function outputFcn_global that saves all the intermediate results in a global variable, so you can inspect them later on.
Categorías
Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!