reading file in objective function optimization

14 visualizaciones (últimos 30 días)
quan ng
quan ng el 29 de En. de 2022
Editada: Matt J el 29 de En. de 2022
Im using genetic algorithm to optimize a function, but in my objective function there are xlsread, and lots of load .mat file. I try using ga, but it is very slow. After 2 hours there is still nothing yet (i use 'PlotFcn', @gaplotbestf). I searched around and did find this https://www.mathworks.com/matlabcentral/answers/602392-genetic-algorithm-run-time-and-result-analysis#comment_1031587
one of their suggestion is to avoid read file in objective function, which i have a lot, like xlsread and load .mat files. And they suggest that using pameter function, which i dont understand. Can someone suggest how to avoid reading file in objective function, or explain what did they mean when they say should use parameter function?
Thank you.

Respuesta aceptada

Matt J
Matt J el 29 de En. de 2022
Editada: Matt J el 29 de En. de 2022
Read the files into Matlab variables before you run your optimization. Make the variables fixed data in your objective function using anonymous or nested functions as described here:
  1 comentario
quan ng
quan ng el 29 de En. de 2022
Thanks, i just find out about it too and have tried it, it is much more faster

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Genetic Algorithm en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by