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!