文件名称:测试PSO算法的新的组合测试函数
- 所属分类:
- matlab例程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2009-10-28
- 文件大小:
- 58.25kb
- 下载次数:
- 0次
- 提 供 者:
- fyg26856469
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Novel Composition Test Functions for Numerical Global Optimization
func_test.m is the main program, a basic PSO algorithm PSO_func.m is attached.
SIS_novel_func.m is the function program,including six composition functions
f=SIS_novel_func(x,func_num)
func_num: from 1 to 6
Now it's just for 10D
The mat files are the associate data files used in the SIS_novel_func.
Using func_plot.m, you could get the 2-D landscape maps for the six functions.
reference:
J. J. Liang, P. N. Suganthan and K. Deb, "Novel Composition Test Functions for Numerical
Global Optimization", IEEE Swarm Intelligence Symposium, pp. 68-75, June 2005.
func_test.m is the main program, a basic PSO algorithm PSO_func.m is attached.
SIS_novel_func.m is the function program,including six composition functions
f=SIS_novel_func(x,func_num)
func_num: from 1 to 6
Now it's just for 10D
The mat files are the associate data files used in the SIS_novel_func.
Using func_plot.m, you could get the 2-D landscape maps for the six functions.
reference:
J. J. Liang, P. N. Suganthan and K. Deb, "Novel Composition Test Functions for Numerical
Global Optimization", IEEE Swarm Intelligence Symposium, pp. 68-75, June 2005.
相关搜索: 组合测试函数
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : SIS2005-function-codes.zip 列表 SIS2005/ SIS2005/com_func1_data.mat SIS2005/com_func1_M_D10.mat SIS2005/com_func2_data.mat SIS2005/com_func2_M_D10.mat SIS2005/com_func3_data.mat SIS2005/com_func3_M_D10.mat SIS2005/func_plot.m SIS2005/func_test.asv SIS2005/func_test.m SIS2005/hybrid_func1_data.mat SIS2005/hybrid_func1_M_D10.mat SIS2005/hybrid_func2_data.mat SIS2005/hybrid_func2_M_D10.mat SIS2005/PSO_func.m SIS2005/SIS_novel_func.m readme.txt