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!