• 大小: 2KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-11
  • 语言: Matlab
  • 标签: bpso算法  bpso  matlab  

资源简介

BPSO 二进制粒子群优化算法matlab源代码实现

资源截图

代码片段和文件信息

function y=mybin2dec(x)

if x==0
    y=0;
else
    l=length(x);
    y=0;
    for i=0:l-1
        y=y+x(i+1)*2^(i);
    end
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1346  2013-01-14 06:32  license.txt
     文件         136  2006-12-29 04:26  mybin2dec.m
     文件        3356  2007-04-11 04:05  test3.m
     文件          46  2012-12-19 18:38  testfunction1.m

评论

共有 条评论