MATLAB: Print population using the Genetic algorithm (ga) function

gagenetic algorithmMATLABmatlab functionoptimization

How can I print the population in each iteration when I use the genetic algorithm package for optimization.
Thanks in advance.

Best Answer

you can use a plotfcn option with a little routine to display the data
Related Question