使用拥挤距离的多目标粒子群优化算法(C)

时间:2013-07-19 13:03:24
【文件属性】:
文件名称:使用拥挤距离的多目标粒子群优化算法(C)
文件大小:50KB
文件格式:TGZ
更新时间:2013-07-19 13:03:24
多目标优化 粒子群优化 C /************************************************************************* * This is an implementation of MOPSO-CD,a multiobjective particle swarm * * optimization algorithm using crowding distance * * * * For details please see: * * C.R. Raquel and P.C. Naval, Jr., An Effective Use of Crowding * * Distance in Multiobjective Particle Swarm Optimization. * * In Proc. of Genetic and Evolutionary Computation Conference * * (GECCO 2005), Washington DC, June 2005. * * * * E-mail address : cvmig@engg.upd.edu.ph * * Version : mopsocd05b * * Last updated : Fri Feb 17, 2006 * * * * Random Generator Source code has been taken from Random Library found * * at http://www.swin.edu.au/astronomy/pbourke/software/random/ * * * * Permission to use MOPSO-CD codes is hereby granted for academic and * * research purposes only. Commercial usage of these codes is prohibited * * without prior knowledge of the authors. In no way will the authors * * be held responsible for any possible faulty operation of * * software/hardware arising from the use of these codes. * *************************************************************************/
【文件预览】:
mopsocd05b
----LICENSE(2KB)
----test-fun.h(1KB)
----randomlib.h(6KB)
----Makefile(208B)
----mopsocd.c(28KB)

网友评论

  • 感谢楼主!这资源很有用!赞一个!!
  • 很好很好。完全没有错误。嘿嘿、运行也没有问题,也能够看懂。注释的很详细很详细。大赞特赞
  • 没有注释呀!看起来有点费劲,其他的都很好。
  • 最近在写多目标优化的程序,帮助蛮大的
  • 论文交什么名字呀 谁能给说一下 谢谢
  • 是一篇国外论文的实验部分,要配合着看才行,基本没有什么注释是不好的地方。
  • 是一篇论文的具体执行算法,找到了原来的论文,配合这个算法进行研究很不错。感谢楼主