搜索资源列表
java-aco-tsp
- Java implementation of Ant Colony Optimization (ACO) for Travel Sales Man (TSP) problem
ACO
- ACO.zip是一个蚁群优化算法,希望对大家有帮助-ACO.zip is an ant colony optimization algorithm, in the hope that we have to help
ACO-TSP
- 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
aco
- Ant colony optimization algorithm
ACO.ZIP
- ACO algorythm. This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP). The ACO algorithms implemented are Ant System, Elitist Ant System, MAX-MIN
ACO(2)
- Ant Colony Optimization
C_Code-for-ACO
- 基本蚁群算法的C代码,是学习蚁群优化理论的不可或缺的资料。-The basic ant colony algorithm of C code, ant colony optimization theory is the study of essential information.
Monte_ACS
- ACO优化,用于SIMO通信系统的盲检测中,对通信系统的性能进行优化-ACO optimization, SIMO communication system for blind detection, the right to optimize the performance of communication systems
aco
- Contour Correspondence via Ant Colony Optimization Oliver van Kaick <ovankaic@cs.sfu.ca> http://www.cs.sfu.ca/~ovankaic/personal/ This MATLAB implementation computes a correspondence between two shapes based on ant colony optimi
aco-v1.1
- This MATLAB implementation computes a correspondence between two shapes based on ant colony optimization (ACO). The input shapes can be either two 2D contours (open or closed) or two arbitrary sets of 2D points.
ACO
- this paper introduce ant clony optimization
ACO
- Ant Colony Optimization implemente in Visual Studio C-Ant Colony Optimization implemente in Visual Studio C++
ACO
- 蚁群算法(ACO)解决旅行商问题(TSP)的matlab程序。数据取自Oliver30。-Ant colony optimization (ACO) to solve the traveling salesman problem (TSP) in the matlab program. Data from Oliver30.
ACO-PSO
- 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
aco
- 蚁群算法实现tsp问题的解,适合初学者使用-Ant colony optimization tsp solution of the problem, for beginners
ACO-Demonstration(java)
- 用java编写的蚂蚁算法程序,写的还可以,初学者可以看看。-Ant Colony Optimization Demonstration(java)
Marco-Dorigo-ACO.pdf
- Ant Colony Optimization Author: Marco Dorigo, Mauro Birattari, and Thomas Stützle Universite Libre de Bruxelles, BELGIUM
aco-ant-colony-optimization_matlab
- 蚁群算法,计算各个城市之间的线路问题,使用matlab实现-aco ant colony optimization,matlab
ACO
- Ant Colony Optimization for VRP
Solve TSP using Ant Colony Optimization
- Solve Travelling Salesman Problem Using Ant Colony Optimization