• 大小: 32KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: Matlab
  • 标签: MATLAB  机器学习  POS  

资源简介

本代码主要利用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个文件信息

评论

共有 条评论