91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

本代碼主要利用MATLAB工具進行MATLAB——基于PSO工具箱的函數尋優算法仿真,實現函數尋優的模擬

資源截圖

代碼片段和文件信息

%?forcecol.m
%?function?to?force?a?vector?to?be?a?single?column
%
%?Brian?Birge
%?Rev?1.0
%?7/1/98

function[out]=forcecol(in)
len=prod(size(in));
out=reshape(in[len1]);

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????172??2004-04-27?15:05??chapter17\PSOt\forcecol.m

?????文件????????181??2004-04-27?15:05??chapter17\PSOt\forcerow.m

?????文件???????5790??2010-11-04?23:49??chapter17\PSOt\goplotpso.m

?????文件????????749??2004-08-23?15:41??chapter17\PSOt\linear_dyn.m

?????文件???????4588??2006-03-17?10:52??chapter17\PSOt\normmat.m

?????文件??????22526??2009-12-20?20:13??chapter17\PSOt\pso_Trelea_vectorized.m

?????文件????????841??2004-08-27?15:51??chapter17\PSOt\spiral_dyn.m

?????文件????????871??2004-08-23?13:42??chapter17\testfunctions\ackley.m

?????文件????????639??2004-08-19?15:40??chapter17\testfunctions\alpine.m

?????文件????????732??2004-08-13?13:06??chapter17\testfunctions\DeJong_f2.m

?????文件????????506??2004-08-19?15:39??chapter17\testfunctions\DeJong_f3.m

?????文件???????1004??2004-08-13?13:17??chapter17\testfunctions\DeJong_f4.m

?????文件????????314??2005-06-27?13:02??chapter17\testfunctions\f6.m

?????文件????????700??2004-08-23?13:42??chapter17\testfunctions\f6mod.m

?????文件???????1510??2004-08-26?13:16??chapter17\testfunctions\f6_bubbles_dyn.m

?????文件????????617??2006-02-27?16:39??chapter17\testfunctions\f6_linear_dyn.m

?????文件????????872??2006-02-27?16:39??chapter17\testfunctions\f6_spiral_dyn.m

?????文件????????172??2004-04-27?15:05??chapter17\testfunctions\forcecol.m

?????文件????????181??2004-04-27?15:05??chapter17\testfunctions\forcerow.m

?????文件???????1278??2004-08-13?15:48??chapter17\testfunctions\Foxhole.m

?????文件???????5790??2010-11-04?23:49??chapter17\testfunctions\goplotpso.m

?????文件???????1214??2004-08-13?11:02??chapter17\testfunctions\Griewank.m

?????文件????????749??2004-08-23?15:41??chapter17\testfunctions\linear_dyn.m

?????文件????????515??2011-04-25?02:05??chapter17\testfunctions\main.m

?????文件????????663??2004-08-19?15:26??chapter17\testfunctions\NDparabola.m

?????文件???????4588??2006-03-17?10:52??chapter17\testfunctions\normmat.m

?????文件??????22526??2009-12-20?20:13??chapter17\testfunctions\pso_Trelea_vectorized.m

?????文件????????521??2004-08-19?15:26??chapter17\testfunctions\Rastrigin.m

?????文件????????723??2004-08-19?15:24??chapter17\testfunctions\Rosenbrock.m

?????文件????????841??2004-08-27?15:51??chapter17\testfunctions\spiral_dyn.m

............此處省略8個文件信息

評論

共有 條評論