资源列表
bp
- 用C语言实现的BP网络的程序,严格按照BP的算法流程,开发环境为WIN-TC-C language of BP procedures in strict accordance with the BP algorithm. Development Environment for the WIN-TC
monituihuo_beibao
- 模拟退火算法解决背包问题,使得背包能得到最好的利用。-Simulated annealing algorithm to solve knapsack problem, the backpack can be the best possible use.
JuegoGato
- This a little program of cat play
mybp1
- 一个用C语言实现的bp算法,用于学习sin曲线. -a C language of bp algorithm for the sin learning curve.
SGA
- 遗传算法解决旅行商(tsp)问题,规模较小,适合初学者学习。-Genetic algorithm to solve traveling salesman (tsp) problem, smaller, suitable for beginners to learn.
simulation-contrast-of-BP-and-RBF
- BP神经网络和RBF神经网络的仿真比较,附有程序代码。-BP neural network and RBF neural network simulation compared with a program code.
SA-TSP
- 利用模拟退火法求解TSP问题 可以求得50个城市的精确解
ACO
- 利用蚁群算法找最短路径的matlab代码 -find the shortest path using ACO
BP-VS-RBF
- BP神经网络和RBF神经网络仿真的比较,需要的朋友请下载-BP neural network and RBF neural network simulation comparison, a friend in need, please download. . .
pso-souceCode-C++Version
- 一个粒子群优化(PSO)算法的C++版本的源代码。
SPath
- 原创,A-star算法求解最短路径,寻路问题。 求解效率高,且对于理解A-Star算法和数据结构链表操作有非常有用。
PythonPSO
- 粒子群算法PSO 算法属于进化算法的一种,和遗传算法相似-particle swarm algorithm