搜索资源列表
11
- 本文主要将蚁群算法用于解决连续函数优化的问题-This paper will be used for ant colony algorithm to solve the problem of continuous function optimization
ACO-TSP
- 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
ACA
- C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
ant-colony-algotithm
- 蚁群算法解决tsp问题的matlab代码-Matlab code ant colony algorithm to solve tsp problem
CVRP
- 蚁群算法解决CVRP问题的VC/C++源码-Ant algorithm to solve the CVRP problem the VC/C++ source
Ant_colony_algorithm-
- 通过蚁群算法解决TSP问题,当问题规模比较庞大时,通过蚁群算法可以快速有效地解决问题,并且结果和最优解非常接近-By ant colony algorithm to solve TSP problem when relatively large size of the problem, through the ant colony algorithm can effectively solve the problem, and the results are very close to the
cSharp
- 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#(-ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony al
Ant-colony-algorithm
- 根据最大最小蚁群算法 解决TSP问题 解决TSP问题 -According to the max min ant colony algorithm to solve the TSP problem
ant_TSP
- 蚁群算法解决TSP问题,采用C++编写,简单易懂,-ANT algorithm
ycsf
- matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 -matlab genetic algorithm GA, particle swarm optimization PSO, some time ago on the ant colony algorithm intelligent
ACO-to-solve-TSP-problems
- 蚁群算法解决TSP问题的MATLAB实现-ACO to solve TSP problems
yiqun
- 用matlab编写的蚁群算法解决tsp问题,可直接运行并绘制效果图-using matlab for solving the problem of tsp
TSP_ACO
- 该代码利用蚁群算法解决TSP问题,使用python编程,分为四个类,anttsp类中使用了citiesAndDistances.pickled这个文件(这是一个二维数组,其中第一行为城市名,其余行为两城市之间的距离)-TSP Ant Colony
ant
- 使用蚁群算法解决TSP问题的算法,主要利用蚁群算法特性。(Using ant colony algorithm to solve TSP algorithm.)
ACATSP
- 利用蚁群算法解决tsp问题,给定各个位置的坐标,自动给出一条路径方案(Ant colony algorithm to solve the TSP problem, given the coordinates of each location, automatically gives a path scheme)
NewAntProject
- 经典蚁群算法,用来解决基于蚁群算法的一些生活应用,例如TSP,车辆路径等问题(The classical ant colony algorithm is used to solve some living applications based on ant colony algorithm, such as TSP, vehicle routing and so on.)
PSO_TSP(混合粒子群:较优)
- 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
ASO
- 遗传算法解决TSP; 含有图形化界面;(The TSP problem solved by genetic algorithm; Including a graphical interface.)
对于蚁群优化算法的研究
- 解决tsp问题中的一种策略——蚁群算法,含蚁群算法过程,原理,及程序范例。(One of the strategies to solve the TSP problem is ant colony algorithm, including ant colony algorithm process, principle and program paradigm.)
-VRPTW-Python--master
- python源码,利用人工蚁群算法解决带时间窗的车辆调度问题。(Python source code, using artificial ant colony algorithm to solve the vehicle scheduling problem with time windows.)