- 博客(1)
- 收藏
- 关注
原创 量子粒子群算法
% 量子粒子群算法function QPSO(PopNum,Maxstep,dim)close all;% PopNum Number of Population% Maxstep the max step of generatea = rand; u = rand;pop_bound = [-5 5];% the boundary of populationdim =
2017-10-16 20:24:59
7401
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人