Display all function evaluations in fminsearch iterative display
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Choose a Solver 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!