Genetic Algorithm_ways for Reproduction?
Afficher commentaires plus anciens
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
Réponses (1)
Sean de Wolski
le 27 Août 2012
0 votes
Sounds like you'll want to use the 'SelectionFcn' to select the next generation:
Catégories
En savoir plus sur Genetic Algorithm dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!