description.txt

来自「粒子群算法(pso)的源代码(matlab)」· 文本 代码 · 共 4 行

TXT
4
字号
Description  	

This upload contains a hybrid Particle Swarm Optimization algorithm for functions in the real space. An options file is also provided, which lets the user fully parameterize the process. The hybrid function used is the @fminsearch, which is available on the MATLAB core. The PSO performs very well on highly non-linear problems, and the hybrid option makes it perform on simple problems the same well as the ordinary hill-climbing algorithms.
MATLAB release 	MATLAB 7 (R14) 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?