搜索资源列表
PSOVC++.net
- 粒子群优化算法源代码(vc++.net)-PSO algorithm source code (vc. Net)
pso
- 这是一个pso程序采用粒子群优化算法的源代码。在vc.net2003下面通过
PSO
- 多AGENT粒子群算法,利用VC++实现-Multi-particle swarm optimization AGENT
pso
- 高级人工智能算法中的粒子群算法,VC++开发环境实现-PSO Algorithm developed in the Visual c++
PSOAlgorithm
- 高级人工智能算法中的PSO算法实现,VC++环境-pso in vc++
PSO
- 一个实现PSO的实验源代码,含实验报告,VC环境-PSO experimental realization of a test report containing the code
the-pso-program-source-code
- 一个pso程序的源代码。在vc.net2003下面通过。 建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。 pso程序的源代码-A pso program' s source code. Vc.net2003 following through. Recommendation: Before looking at th
PSO_VCPP
- pso,vc++编程,效果明显,很好,这个,真的很好,已验证过了,大家可以安心使用的-it is very good C++ PSO,you need it,it is very good for you!
PSOcode-VCPP
- 粒子群算法实例 -VC++源码 求S=x1^2+x2^2+...+xn^2 xi在(-50,100)之间的最小值-PSO example VC++.This is a good example for beginner to learn.