Info

この質問は閉じられています。 編集または回答するには再度開いてください。

what is the meaning of this phrase? "A larger population is required if no mutation is used, in order to ensure that the necessary building blocks are present in the crossover"

1 回表示 (過去 30 日間)
Navid
Navid 2013 年 12 月 19 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
if true
% code
end

回答 (1 件)

Niklas Nylén
Niklas Nylén 2013 年 12 月 19 日
It sounds like you are using an evolutionary algorithm. After deciding which individuals to "mate", the population, i.e. number of individuals, is not large enough to be able to get all the needed pieces of information necessary to create the next generation. You should either increase your population size or introduce mutations which would select the missing information randomly.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by