How to track optimization process?

5 visualizaciones (últimos 30 días)
Wendy
Wendy el 19 de Jun. de 2014
Respondida: Aysegul GORDEBIL el 3 de Mzo. de 2020
Hi all,
I am solving a problem using genetic algorithm for the first time. The optimization code has been running for a while, but I am not sure if it is working properly. Is there a way to track the progress of GA optimization in Matlab?
Thank you, Wendy

Respuestas (2)

Alan Weiss
Alan Weiss el 19 de Jun. de 2014
Probably the best way is to include a plot function in your options. You can also ask for iterative display. Unfortunately, you have to do either or both of those before you call ga.
Alan Weiss
MATLAB mathematical toolbox documentation

Aysegul GORDEBIL
Aysegul GORDEBIL el 3 de Mzo. de 2020
This video will be beneficial to understand how to track the GA process. This is a sequel of a problem-solving video for the GA optimized PID tuning.

Categorías

Más información sobre Genetic Algorithm en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by