风花雪月 发表于 2006-10-22 16:14

粒子群优化PSO程序包

C语言程序包

This program is run under DOS environment.To run it, under
DOS prompt, type in
        Psopso.run
then press the return key.

The pso.run file specifies all information required to run
the program. There are:

Number Of Agents
Minimum Error To Terminate running
Maximum Velocity
Maximum Range
Left Initialization Range
Right Initialization Range
Maximum Number of Generations for Each Run
Result File Name (Prefix)
Initial Inertia Weight
Function Type:
        0: Shaffer F6
        1: Sphere
        2: Rosenbrock
        3: Generalized Rastrigrin
        4: Generalizaed Grieank
Dimension of Function Selected
Number Of Runs For The Same Parameter Selection

Note: When either the error reaches Minimum Error To Terminate running or the current geenration
reahces the Maximum Number of Generations for Each Run, the program terminate its running.


Please contact Yuhui Shi at the address below if you have
any comments.

Yuhui Shi
Applied Specialist
EDS Indianapolis Technology Center
12400 N. Meridian St.
Carmel, IN 46032
yuhui.shi@eds.com
Phone: 1-317-705-6740
Fax: 1-317-705-6710
http://www.engr.iupui.edu/~shi/pso.html

有需要的大家可以到下列地址下载http://www.pudn.com/downloads21/sourcecode/math/detail69745.html

qinle 发表于 2007-1-17 11:05

需要花钱的呀

风花雪月 发表于 2007-1-18 08:30

原帖由 qinle 于 2007-1-17 11:05 发表
需要花钱的呀

不用,你也可以通过上传其他资料后者程序来获取下载积分

附:并非广告,只是该站有很多源代码可供大家参考,所以推荐一下

qhust 发表于 2007-1-23 16:53

你去下了贴上来阿

风花雪月 发表于 2007-1-27 07:49

原帖由 qhust 于 2007-1-23 16:53 发表


现在论坛再不提供类似共享

guojian882007 发表于 2007-8-9 12:00

This program is run under DOS environment.To run it, under
DOS prompt, type in
      Psopso.run
then press the return key.

The pso.run file specifies all information required to run
the program. There are:

Number Of Agents
Minimum Error To Terminate running
Maximum Velocity
Maximum Range
Left Initialization Range
Right Initialization Range
Maximum Number of Generations for Each Run
Result File Name (Prefix)
Initial Inertia Weight
Function Type:
      0: Shaffer F6
      1: Sphere
      2: Rosenbrock
      3: Generalized Rastrigrin
      4: Generalizaed Grieank
Dimension of Function Selected
Number Of Runs For The Same Parameter Selection

Note: When either the error reaches Minimum Error To Terminate running or the current geenration
reahces the Maximum Number of Generations for Each Run, the program terminate its running.


Please contact Yuhui Shi at the address below if you have
any comments.

Yuhui Shi
Applied Specialist
EDS Indianapolis Technology Center
12400 N. Meridian St.
Carmel, IN 46032
yuhui.shi@eds.com
Phone: 1-317-705-6740
Fax: 1-317-705-6710
页: [1]
查看完整版本: 粒子群优化PSO程序包