genetic algorithm solver with excel
2 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone, please help me
i want to do an optimization genetic algorithm with variables from excel.
how can i do that?
Thanks
0 件のコメント
回答 (1 件)
Ameer Hamza
2020 年 5 月 8 日
See readmatrix(): https://www.mathworks.com/help/releases/R2020a/matlab/ref/readmatrix.html and readtable(): https://www.mathworks.com/help/releases/R2020a/matlab/ref/readtable.html to read data from the excel file.
For genetic algorithm, if you have the global optimization toolbox, then try ga(): https://www.mathworks.com/help/releases/R2020a/gads/ga.html
For a more specific suggestion, share the detail about your data and model.
5 件のコメント
参考
カテゴリ
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!