why it takes too long time to run firefly algorithm?

조회 수: 5 (최근 30일)
sandy jeak
sandy jeak 2017년 6월 4일
댓글: chaker ben salem 2022년 3월 11일
I am using firefly algorithm to get optimal values of PID parameters for my system . I am using a simulink model simulating controller and plant . the problem here that when i run the algorithm it takes too long time may be 3 or 4 hours to run only 100 iterations how can I speed up the algorithm ?
  댓글 수: 3
Jan
Jan 2018년 12월 18일
편집: Jan 2018년 12월 18일
Use the profiler to find the bottleneck. Maybe you are running out of memory and the slow disk swapping is responsible. Or you store temporary files on a slow network drive. The readers cannot guess what happens on your computer and of course they cannot recommend to use the hidden tool fireflyMuchFaster, which is revealed for insiders only.
chaker ben salem
chaker ben salem 2022년 3월 11일
am having the same problem, not for hours, but longer then other algorithms on the same problem, it takes 1 min for pso but 20 for firefly algorithm on a 500 iteration

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by