资源列表
neural
- c++ 人工智能神经元系统源代码,给人工智能入门者学习用-This is a set of artificial neural network programs. The later versions are multilayer perceptron (MLP) backpropagation neural networks in which the number of layers and nodes are user-selectable.
VRP
- 该程序是用C++编写的蚁群算法程序,专门用来求解车辆路径问题(VRP)。-The program is in C++ ant colony algorithm written procedures, designed to solve the vehicle routing problem (VRP).
tuba
- 用VC++编写的禁忌搜索程序,专门用来求解旅行商问题(TSP)。-Tabu search program written with VC++, designed to solve the traveling salesman problem (TSP).
yuhuiWNN3
- 上传一个小波神经网络(wavelet network)的源码,希望对大家有帮助-Upload the source code of a wavelet neural network (wavelet network), we hope to
MCMC-Bayesian-(2)
- 一篇硕士学位论文,对贝叶斯中的mcmc方法论述得比较清楚-A master' s degree thesis, discusses the mcmc the Bayesian method was clearly
Desktop
- 自己总结的有关贝叶斯中mcmc算法的内容,以及一篇应用的论文-Their summary of the Bayesian in mcmc algorithm, and an application paper
ant_wsn
- 为了在无线传感器网络中降低能耗和最大化网络生存期,提出一种能量高效的数据收集算法 (energy-efficient data gathering algorithm, EEDGA)。该算法利用移动代理模型在网络中进行数据收集。首先, EEDGA根据监测精度的要求控制活动节点的数量 然后,通过求最小支配集得到具体的工作节点 最后,利用蚁 群算法规划移动代理迁移的最优路线,移动代理以渐进方式收集活动节点的监测数据。仿真结果表明,与典型算 法相比,该算法具有更低的能耗和更长的网络生存
GA_algorithm_of_ejz
- 利用遗传算法求Rosenbrock函数的极大值-the maximum ot the function Rosenbrock base the genetic algorithm
Simple_GA
- 简单的遗传算法编程实现,遗传算法是人工智能优化算法,具有寻求全局最优解的能力-Simple genetic algorithm for the programming, genetic algorithm is artificial intelligent optimization algorithms, have to seek the global optimal solution ability
FISH-SWARM-algorithm
- 本程序是鱼群算法的拓展:一种缩减视野和步长的鱼群算法-A reduced vision and step length fish algorithm
GA_binary
- 这是一款基本的遗传算法实现,采用二进制编码,算法简单易懂-This is a simple genetic algorithm, the binary code, the algorithm is simple and understandable
gac_plus_plus
- 王小平老师编写的书中,基本遗传算法在vc++中的实现程序-simple genetic algorithm
