Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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 vue (au cours des 30 derniers jours)
Navid
Navid le 19 Déc 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
if true
% code
end

Réponses (1)

Niklas Nylén
Niklas Nylén le 19 Déc 2013
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.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by