- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 介绍一种新的群智能算法---黏菌算法
一种新的群智能算法—黏菌算法介绍一种新的群智能算法—黏菌算法近些年群智能算法由于其效率较高,使用方便的优点引起了广大科研者的关注与兴趣。最近看文献,温州大学的李世民(现在去复旦读研究生了)提出了一种新的群智能优化算法----黏菌算法(Slime mould algorithm)[1]。在此,我在这介绍下主要的内容并附上代码Approach foodTo model the approaching behavior of slime mould as a mathematical equation
2020-11-25 18:49:53
8530
5
原创 基于 MATLAB 计算结构可靠度指标β的结果分析
响应面法matlab代码:muX = [2;4]; sigmaX=[0.4;0.8]; rhoX =[1,0;0,1];sLn = sqrt(log(1+(sigmaX./muX).^2)); mLn = log(muX)-sLn.^2/2;x = muX; normX = eps;n = length(muX); f = 2;d = diag(f*sigmaX);gM = 1+(x(1)-1)*...
2018-03-13 09:54:04
6934
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人