Display all function evaluations in fminsearch iterative display
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Problem-Based Optimization Setup dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!