⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 耗散粒子群(DPSO)优化算法C程序及其测试实例
💻 TXT
字号:
@ DPSO is based on the PSO version by Yuhui SHI. @ Please see the OLD_README before reading this file!!!/====================  Other Information =============================/  Dissipative PSO V1.1    Xiao-Feng Xie, Dec 15, 2001 (last modified)  URL: http://www.adaptivebox.net/research/  Difference: add two chaos parameters: Cv, Cl  @ Ref: X. F. Xie, W. J. Zhang, Z. L. Yang. A dissipative particle swarm optimization.    Congress on Evolutionary Computation (CEC), Hawaii, USA, 2002: 1456-1461   @@Notes: IF Cv=Cl=0, then DPSO==PSO/========================= Usage ============================To make all the programs you should type ->	make allTo run it, under command prompt, type in->	dpso  *.run @ The *.run file specifies all information required to run the program. There are (you may see the C Program for dedails): /*------Algorithm setting parameters: Total evaluation time = m*(T+1)------------*/NUMBER_OF_AGENTS: mMAXITER: Tweight_upweight_lowCvClMAXV/*------Output setting parameters------------*/run_noOutput step of generationresults_file_prefix/*------problem setting parameters------------*/fun_type: 0-Shaffer f6, 1-Sphere, 2-Rosenbrock, 3-generalized Rastrigrin, 4-generalized GriewankDIMENSIONMAXX/========================= Examples ============================* examples in the directory "testfile", All are under m=20, and Dim=10SF1: SPSO, Inertia weight(0.9 to 0.4)Griewank_LPSO_SF1.RUNRastrigrin_LPSO_SF1.RUNSF3: DPSO, Inertia weight(0.4), cv=0, cl=0.001Griewank_DPSO_DP3.RUNRastrigrin_DPSO_DP3.RUN/========================= Output Information ============================The output file name will be given in runtime.Each row represents the information of a run. hence the total row number is equal to the parameter "run_no" if it was not interrupted.Each column represents the gbest value at a certain generation number, which the interval is equatio to the parameter "Output step of generation".

⌨️ 快捷键说明

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