搜索资源列表
蚁群算法实现及其源码
- 这是个自己开发的蚁群算法,并有源码实现。
51个城市的tsp程序
- 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
蚁群算法的matlab源码
- 用matlab编写的用于解决tsp问题的源代码,代码本身不完善,有一点问题,上载用的是普通word文档形式。-using Matlab prepared for the settlement tsp the source code, the code itself imperfect, it is, on the use of ordinary word document form.
yiqunsuanfamatlabyuanma
- 很经典的蚁群算法的matlab源码,也可以用c++实现,不过要复杂很多,用matlab比较简单。-classic ant colony algorithm source Matlab can also use the c achieve, but many complex, Matlab using relatively simple.
ACO_Peng_V4
- 这是我用matlab编写的,利用蚁群算法(ACO)求连续函数最优解的源码。是对段海滨《蚁群算法原理及应用》一书中,网格策略法的实现。-This is my prepared using Matlab, using ant algorithms (ACO) function for the optimal solution for the source code. On the waterfront of the "ant co
20070609
- 高斯回代算法源代码 蚁群算法的matlab源码 蚁群算法TSP(旅行商问题)通用matlab程序 Java实现几种常见的排序算法 用pascal语言实现希尔排序算法-Gaussian back to the source code generation algorithm Ant Algorithm Matlab source Ant Algorithm TSP (TSP) General Matlab procedur
jc
- 蚁群算法解旅行商问题的MATLAB源码, 城市坐标可自行修改。-Ant Colony Algorithm for Traveling Salesman Problem Solutions MATLAB source code, city coordinates are free to modify.
CsharpTSP
- Csharp实现蚁群算法解决TSP问题,主要是一种模拟生物的进化:用信息素来引导蚂蚁向比较好的方向前进.是学习该算法的很好的参考源码-CSharp realize ant colony algorithm to solve TSP problems, primarily a simulation of biological evolution: the use of information has always been a bette
GAandACO_src
- 遗传算法和蚁群算法的c++源程序,是学习这两个算法的不错的参考源码-Genetic Algorithm and Ant Colony Algorithm c++ Source, is to learn from these two algorithms a good reference source
61185221164200791194591929675
- 蚁群算法的matlab源码,该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Ant colony algorithm matlab source code, the program attempts to have 31 cities to solve VRP, known optimal solution for the 784.1
GENERALAOC
- 实现通用的matlab蚁群算法的c++源码 重复使用度高-Matlab realize common ant colony algorithm c++ Source code re-use and high
beyes
- 1.基于Bayes分类的MATLAB程序 2.遗传算法求解函数优化 3.基于Matlab的人工免疫算法 4.空间数据分析中最常用的是聚类分析(k均值算法代码) 5.蚁群算法的matlab源码-1. Based on the Bayes classification of MATLAB procedures 2. Genetic Algorithm for Function Optimization 3. Matlab-b
TSPsource
- 用C++实现的蚁群算法解决TSP问题源码-With C++ Realize the ant colony algorithm to solve TSP problem source
matlab
- VRP问题的蚁群算法源码,很经典,很实用-Ant colony algorithm VRP source problem, it is a classic, it is practical
蚁群算法
- 蚁群算法的MatLab源代码,代码完整,可以运行。(Ant colony algorithm MatLab source code)
QoS组播路由问题的蚁群算法通用Matlab源码
- QoS组播路由问题的蚁群算法通用Matlab源码(QoS multicast routing problem ant colony algorithm, general Matlab source code)
最大最小蚁群算法
- 最大最小蚁群算法,真正的源码,不过不是matlab语言的,可以借鉴一下,如果全是伸手党,当我没传。(mmas The existence of information Volatilization Coefficient in basic ant colony algorithm leads to the gradual loss of pheromones on the path that has never been search
蚁群算法matlab源码
- 用matlab的蚁群算法,求城市间最短路径,(Finding the Shortest Path Between Cities)
基于蚁群算法的机器人路径规划MATLAB源码收藏
- 基于蚁群算法的机器人路径规划MATLAB源码,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Robot path planning MATLAB source code based on ant colony algorithm, using grid discretization method to model the environment with obstacles,
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Al