资源简介
PSO测试函数代码,包括单峰和多峰函数。
代码片段和文件信息
function y = colville(x)
%
% Colville function
% Matlab Code by A. Hedar (Sep. 29 2005).
% The number of variables n = 4.
%
y = 100*(x(1)^2-x(2))^2+(x(1)-1)^2+(x(3)-1)^2+90*(x(3)^2-x(4))^2+...
10.1*((x(2)-1)^2+(x(4)-1)^2)+19.8*(x(2)^-1)*(x(4)-1);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 258 2012-12-02 22:38 test function\0_problem\Colville\colville.m
文件 311 2012-12-02 22:41 test function\0_problem\Colville\mian.m
文件 1761 2012-12-03 16:51 test function\0_problem\Colville\PSO.asv
文件 1762 2012-12-03 16:53 test function\0_problem\Colville\PSO.m
文件 456 2012-12-02 20:50 test function\Ackley\ackley.m
文件 228 2013-06-05 21:22 test function\Ackley\Ackley1.m
文件 136 2012-12-02 19:21 test function\Ackley\main.asv
文件 114 2012-12-03 16:31 test function\Ackley\main.m
文件 1740 2012-12-03 16:31 test function\Ackley\PSO.m
文件 425199 2013-06-11 16:55 test function\An Unconstrained Optimization Test Functions Collection.pdf
文件 205 2012-12-02 21:06 test function\beale\beale.m
文件 86 2013-05-21 13:39 test function\beale\main.m
文件 1738 2012-12-03 16:33 test function\beale\PSO.m
文件 221134 2013-06-11 16:06 test function\Benchmark Functions for the CEC’2010 Special Session and competition on Large-Scale Global Optimization.pdf
文件 191 2012-12-02 21:48 test function\Bohachevsky\bh1.m
文件 191 2012-12-02 21:48 test function\Bohachevsky\bh2.m
文件 188 2012-12-02 21:49 test function\Bohachevsky\bh3.m
文件 207 2012-12-02 21:56 test function\Bohachevsky\main.m
文件 1734 2012-12-03 16:36 test function\Bohachevsky\PSO.m
文件 169 2012-12-02 21:58 test function\Booth\booth.m
文件 309 2012-12-02 22:19 test function\Booth\mian.m
文件 1738 2012-12-03 16:37 test function\Booth\PSO.m
文件 206 2012-12-02 22:23 test function\Branin\branin.m
文件 417 2013-05-27 09:17 test function\Branin\mian.m
文件 1741 2013-01-09 10:51 test function\Branin\PSO.m
文件 283 2012-12-03 17:03 test function\Dixon or Price\dp.m
文件 266 2012-12-03 08:01 test function\Dixon or Price\main.asv
文件 266 2012-12-03 08:03 test function\Dixon or Price\main.m
文件 1751 2013-01-09 10:57 test function\Dixon or Price\PSO.m
文件 13312 2012-12-03 08:02 test function\Dixon or Price\新建 Microsoft Word 文档.doc
............此处省略131个文件信息
相关资源
- Color transfer between images 非常经典的彩
- CEC 2010 PSO测试函数代码
- 受限玻尔兹曼机matlab源代码
- matlab植物叶片分类
- OCR MATLAB OCR中英文段落的提取、分割
- ssim衡量两幅图像相似度的指标
- matlab的流体计算和传热
- Fuzzy Neural Network by matlab 四个不同的
- 手机拍摄图像的二维码的提取
- 利用四元数对彩色图像作图像处理
- LBP方法
- 织物疵点检测和识别系统
- SAO星表数据
- 粒子群算法路径规划动画演示
- 新型的配电网潮流计算的matlab源码
- 雷达交叉定位精度分析
- 磁流变减震器模型
- D2D的自适应链路仿真
- matlab实现的读取视频和音频
- matlab平台DCT算法压缩视频
- Softmax 函数处理
- 《精通Matlab数字图像处理与识别》(
- 5阶WENO有限差分法求解Sod型激波管问题
- foa 果蝇优化算法matlab程序
- CA元胞自动机源代码
- 应用条件随机场CRF 知识分割图像
- PSOGSA_v3
- 发动机悬置系统解耦率、固有频率以
- G-S算法matlab程序源代码
- DATCOM弹道计算工具
评论
共有 条评论