Genetic Algorithm_ways for Reproduction?

조회 수: 2 (최근 30일)
Rui
Rui 2012년 8월 27일
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
Sean de Wolski 2012년 8월 27일
Sounds like you'll want to use the 'SelectionFcn' to select the next generation:

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by