how to store the intermediate result when using fmincon
이전 댓글 표시
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
채택된 답변
추가 답변 (3개)
Alan Weiss
2013년 2월 5일
0 개 추천
Alan Weiss
MATLAB mathematical toolbox documentation
Daniel Frisch
2020년 10월 7일
0 개 추천
You can use my function outputFcn_global that saves all the intermediate results in a global variable, so you can inspect them later on.
카테고리
도움말 센터 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!