Doubt regarding genetic algorithm
이전 댓글 표시
I am using optimization toolbox to solve mixed integer optimization problem by specifying variables to integer variables, my question is what is the probability that a crossover child is being muted for producing next generation i know we can specify percentage for crossover but what is probability of mutation?
채택된 답변
추가 답변 (1개)
Parikshit Sharma
2018년 5월 7일
0 개 추천
댓글 수: 2
Alan Weiss
2018년 5월 7일
Both crossover and mutation children are produced from parents. To quote from the documentation of step 2e:
"e. Produces children from the parents. Children are produced either by making random changes to a single parent—mutation—or by combining the vector entries of a pair of parents—crossover."
Alan Weiss
MATLAB mathematical toolbox documentation
Parikshit Sharma
2018년 5월 7일
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!