genetic algorithm solver with excel
Mostrar comentarios más antiguos
Hello everyone, please help me
i want to do an optimization genetic algorithm with variables from excel.
how can i do that?
Thanks
Respuestas (1)
Ameer Hamza
el 8 de Mayo de 2020
0 votos
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 comentarios
joni nababan
el 8 de Mayo de 2020
Ameer Hamza
el 8 de Mayo de 2020
Can you show the mathematical model you want to optimize?
joni nababan
el 8 de Mayo de 2020
Ameer Hamza
el 8 de Mayo de 2020
What is the optimization function or objective function here?
joni nababan
el 9 de Mayo de 2020
Categorías
Más información sobre Genetic Algorithm en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
