Why Genetic Algorithm option is not available in "Solver" option in "optimtool"?
3 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2018 年 1 月 26 日
編集済み: MathWorks Support Team
2023 年 4 月 17 日
I am trying to use Genetic Algorithm option in "optimtool" as documented here:
But I cannot find the option.
採用された回答
MathWorks Support Team
2023 年 4 月 16 日
編集済み: MathWorks Support Team
2023 年 4 月 17 日
The genetic algorithm (ga) solver is part of the Global Optimization Toolbox, which is separate to the Optimization Toolbox in MATLAB (you can refer to the top left corner in the doc links below to see which toolbox a function belongs to):
In order to have the genetic algorithm option when using "optimtool", you would need to have both toolboxes installed in MATLAB. To check what toolboxes are already installed in your MATLAB, you can execute the following command in Command Window:
>> ver
You can refer to the link below for more information on how to install additional toolbox to an existing MATLAB installation:
0 件のコメント
その他の回答 (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!