资源简介
文件涵盖WOA源代码和源论文文件,W1文件夹是自己初学时修改后的代码,代码有注释,修改文件有助于初学者理解和修改为自己的预想结果
代码片段和文件信息
% lb is the lower bound: lb=[lb_1lb_2...lb_d]
% up is the uppper bound: ub=[ub_1ub_2...ub_d]
% dim is the number of variables (dimension of the problem)
function [lbubdimfobj] = Get_Functions_details(F)
fobj = @F1;
lb=0;
ub=pi;
dim=1;
end
function f = F1(x)
f= sum(sin(x^2));
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-05-14 11:06 W1\
文件 341 2019-04-27 09:44 W1\Get_Functions_details.m
文件 655 2019-04-25 09:49 W1\initialization.m
文件 1279 2019-04-27 09:51 W1\main.m
文件 3041 2019-04-27 09:48 W1\WOA.m
目录 0 2019-05-14 11:06 WOA\
文件 3633 2016-02-10 23:43 WOA\func_plot.m
文件 7725 2016-02-10 23:43 WOA\Get_Functions_details.m
文件 2043 2018-10-17 15:24 WOA\initialization.m
文件 3663 2018-10-17 15:24 WOA\main.m
文件 4626 2018-10-17 16:20 WOA\WOA.m
文件 2014164 2019-04-28 11:21 WOA\WOA.pdf
文件 232696 2016-02-27 18:44 WOA\WOA.png
- 上一篇:海明码生成与校验电路的设计.pdf
- 下一篇:驱动2.0.7z
评论
共有 条评论