文件名称:使用拥挤距离的多目标粒子群优化算法(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)