资源列表
PSO
- 各种粒子群算法,如,自适应粒子群算法,压缩粒子群算法等-pso algorithm
5jiedianchaoliujisuanyichuansuanfa
- 5节点潮流计算,使用matlab。采用遗传算法控制电容器实时投切。-5-bus power flow calculation, using matlab. Real-time control of capacitors by genetic algorithm switching.
GA_VB
- GA example in Visual Basic 6.5.
ANN_BP
- BP网络解决异或问题的实例,有初始值和最终结果的显示。本网络结构为三层BP网络,各层神经元个数可变,更改相关#define即可。(注释较详细,主函数中调用的函数和矩阵类都定义在文件function.h中)-BP network to solve XOR problem instance, there are initial values and final results are displayed. The BP network structure for the three-tier net
jiqiren
- 基于Dijkstra和遗传算法的机器人路径规划演示程序 -Robot path planning based on Dijkstra and genetic algorithm demo program
ant
- 这是我找到的用来实现蚁群算法的java代码-implement ant algorithm
BP
- 神经网络的源码 对预测和分析很多有帮助 感兴趣的来-The source code for neural network prediction and analysis have helped a lot of interest to see
模拟退火例子2
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对
KnacksackProblem_GA
- 应用遗传算法解决背包问题,采用二重结构编码,匹配映射交叉策略,倒位的变异策略.最终得到比较满意的结果。-Application of genetic algorithms to solve knapsack problem, the use of dual-structure code, cross-matching strategy mapping, inversion mutation strategy
BPNNprogram
- 这是反向传播算法的C++程序,对于研究BPNN的人来说,具有很好的参考价值-This is the back-propagation algorithm C program for studying the BPNN people, have a good reference value
vb_pid
- VB控制三维云台PID调节源程序,经典程序。-VB control 3D platforms PID source, classical procedures.
BP
- 此为神经网络分类小程序,仅为帮助对神经网络有兴趣的 初学者-this is a program about neural network system.
