What exactly does mutationadaptfeasible do in genetic algorithm?
29 ビュー (過去 30 日間)
古いコメントを表示
I am using MATLAB to optimize an objective function with genetic algorithm. Because I have a lower bound for the variable, I am using mutationadaptfeasible to do mutations. The website explains mutationadaptfeasible: "The mutation chooses a direction and step length that satisfies bounds and linear constraints."
Unfortunately, this is a little handwavy to me. Could someone kindly explain what exactly mutationadaptfeasible does? I tried Google, but it seems that there are only similar questions left unanswered .
0 件のコメント
採用された回答
Walter Roberson
2016 年 7 月 4 日
You can read the source.
dbtype(which('mutationadaptfeasible'))
5 件のコメント
その他の回答 (1 件)
Tsai Han Hao
2024 年 3 月 19 日
I think for the adaptive mutation algorithm, you can refer to Chapter4: Representation, Mutation, and Recombination in Introduction to Evolutionary Computing
Here' the link below:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Genetic Algorithm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!