Need how to implement the adaptive parameter tuning feature of WSO in MATLAB, specifically the morale (Wi) update

1 次查看(过去 30 天)
I need to implement the adaptive parameter tuning feature of WSO in MATLAB, specifically the morale (Wi) update

采纳的回答

recent works
recent works 2023-12-31
编辑:Walter Roberson 2023-12-31
I think war strategy optimization you are working
Use vectorized operations and logical indexing to update morale values for all soldiers simultaneously
Wi = Wi0 * exp(-alpha * (1:max_iter)./max_iter);
Wi = Wi(soldier_iter);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by