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 日間)
古いコメントを表示
if true
% code
end
0 件のコメント
回答 (1 件)
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.
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!