how to identify the population size during one generation using multiobj GA?

1 次查看(过去 30 天)
Hi all:
Currently im using parallel GA to optimize my design and i want to add code in my objective function to count the number of population which have been already evaluated during one generation. How to do that? thank you!
  1 个评论
Alan Weiss
Alan Weiss 2019-6-6
I do not know what you mean. When the optimization is done in parallel, the host allocates the task of evaluating an individual to each worker until the entire population is evaluated. Do you want to have a graph of the number of workers that have returned a value? That is not available using an output function or plot function; these functions run only after all of the workers are done.
If you mean something else, please ask again.
Alan Weiss
MATLAB mathematical toolbox documentation

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by