genetic algorithm solver with excel
이전 댓글 표시
Hello everyone, please help me
i want to do an optimization genetic algorithm with variables from excel.
how can i do that?
Thanks
답변 (1개)
Ameer Hamza
2020년 5월 8일
0 개 추천
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
joni nababan
2020년 5월 8일
Ameer Hamza
2020년 5월 8일
Can you show the mathematical model you want to optimize?
joni nababan
2020년 5월 8일
Ameer Hamza
2020년 5월 8일
What is the optimization function or objective function here?
joni nababan
2020년 5월 9일
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
