Genetic Algorithm_ways for Reproduction?
显示 更早的评论
Hello,
I have some problem on reproduction in Genetic Algorithm.
For reproduction, Genetic Algorithm takes ALL individulas into account. I intent to ONLY use fittest individuals (Elites) to reproduce offspring by mutation and crossover. I dont know if the ga tool can realize this? I carefully look through the manual, but had no idea. Someone can help me? Thanks.
Rui
回答(1 个)
Sean de Wolski
2012-8-27
0 个投票
Sounds like you'll want to use the 'SelectionFcn' to select the next generation:
类别
在 帮助中心 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!