Display all function evaluations in fminsearch iterative display
이전 댓글 표시
I am using the banana function optimization example (https://www.mathworks.com/examples/optimization/mw/optim-ex93593175-banana-function-minimization) to understand how to use output functions for iterative optimization display. If I am understanding the output function operation for fminsearch correctly, the function is plotting the optimal value of x attained at each iteration. Is it possible to plot function evaluations undertaken by the simplex algorithm that were rejected (did not end up being a new optimal value), and, perhaps, plot them at a different point on the graph? I would eventually like to do this comparatively with other algorithms like patternsearch.
Thanks,
Nathanael Kazmierczak
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Choose a Solver에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!