【智能优化算法-飞蛾火焰优化算法】基于动态惯性权值策略的飞蛾火焰优化算法求解单目标问题附matlab代码
1内容介绍2部分代码function[Best_flame_score,Best_flame_pos,Convergence_curve]=MFO(Moth_pos,N,Max_iteration,lb,ub,dim,fobj)%%初始化飞蛾位置%Moth_pos=initialization(N,dim,ub,lb);Convergence_curve=zeros(1,Max_iteration