搜索资源列表
PSOTB
- 本程序是用VC++编写的粒子群优化算法源码,内有详细说明。
VRP
- 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
2
- 这是一个关于粒子群算法的程序源码,已经在C++6.0运行过了,真的是不错的一个程序-This is a process on the particle swarm algorithm source code, has been run over C++6.0, and really is a good a program
3
- 这是一个关于粒子群算法的程序源码,已经在C++6.0运行过了,真的是不错的一个程序-This is a process on the particle swarm algorithm source code, has been run over C++6.0, and really is a good a program
Pstandedppsoa
- 粒子群算法讲解及matlabb优化算法源码说明详细 运行方便 -Particle swarm algorithm explain and matlabb the optimization algorithm source detailed operation convenience
33system
- 33节点的配电网重构程序,基于粒子群算法。相当快速。但是需要再修改源码才可以重新生成数据。-33 node distribution network reconfiguration procedures, based on particle swarm optimization. Pretty fast. But the need to modify the source code before they can re-generate the data.
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.
_improvment_pso
- 粒子群优化算法,以及各种改进算法,matlab源码,可以直接使用-Particle swarm optimization algorithm, as well as a variety of improved algorithm, matlab source code, can be used directly
源码GAaPSO
- 遗传算法粒子群优化,代码通俗易懂,学习一下(Genetic algorithm particle swarm optimization, code is easy to understand, learn.)
10526349 (2)
- 使用粒子群算法优化支持向量回归,实现预测功能(Support Vector Regression Using Particle Swarm Optimization)
anfis-elm-pso-master
- matlab。优化PSOELM算法源码,粒子群优化算法极限学习机(The matlab. Optimal PSOELM algorithm source code, the particle swarm optimization algorithm is extreme learning machine)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part