CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - tsp ant colony
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - tsp ant colony - List
[
Mathimatics-Numerical algorithms
]
AntTSP
DL : 0
tsp问题的蚂蚁算法-ant colony algorithm for TSP problem
Update
: 2025-02-17
Size
: 1kb
Publisher
:
邓连波
[
CSharp
]
20050224191612556
DL : 0
智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm-- ant colony algorithm improvements for VRP for TSP
Update
: 2025-02-17
Size
: 42kb
Publisher
:
程方
[
Other
]
ACOTSP.V2.0
DL : 0
蚁群算法的程序,蚁群算法提出者网站上提供的代码-Ant Algorithm procedures, the author ant colony algorithm available on the web site code
Update
: 2025-02-17
Size
: 190kb
Publisher
:
huanxong
[
AI-NN-PR
]
ACA
DL : 0
蚁群算法,求解TSP问题。提供了多个经典的TSP路径-ant colony algorithm for TSP. For a number of classic TSP path
Update
: 2025-02-17
Size
: 75kb
Publisher
:
白天
[
AI-NN-PR
]
TSP_ACO
DL : 0
用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!-Using Ant Colony Algorithm for TSP (traveling salesman) problems, in accordance with the format requested TSP.m input process parameters to run!
Update
: 2025-02-17
Size
: 3kb
Publisher
:
王元
[
Bio-Recognize
]
yiqun_ziliao
DL : 0
蚁群算法源代码(附带蚁群算法在0-1背包问题和TSP问题中的应用资料两篇)-Ant colony algorithm source code (with ant colony algorithm in the 0-1 knapsack problem and the TSP data Problem 2)
Update
: 2025-02-17
Size
: 674kb
Publisher
:
chen
[
Other
]
tsp
DL : 0
蚁群算法的Delphi实现 绝对可用-Delphi ant colony algorithm can be used to achieve absolute
Update
: 2025-02-17
Size
: 239kb
Publisher
:
[
assembly language
]
ant
DL : 0
蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候选解之间通过信息 交流,以期望产生性能更好的解,这类似于学习自动机 的学习机制。蚁群算法最早成功应用于解决著名的旅 行商问题(t raveling salesman problem , TSP) ,该算法采 用了分布式正反馈并行计算机制,易于与其他方法结 合,而且具有较强的鲁棒性[325 ] 。 蚁群算法创立十多年来,无论在算法理论还是在算 法应用方面都取得了很多突破性研究进展。
Update
: 2025-02-17
Size
: 5kb
Publisher
:
jay chou
[
AI-NN-PR
]
Double_ACO_TSP
DL : 0
此程序包是用双种群蚁群算法来求中国75个城市的最短路径问题,即典型的TSP问题,把包解压运行main.m文件即可-This package is a dual population of ant colony algorithm to seek China s 75 cities, the shortest path problem, that is typical TSP problem, the package can extract the files to run main.m
Update
: 2025-02-17
Size
: 8kb
Publisher
:
梁锦兆
[
matlab
]
ant_colony_system
DL : 0
蚁群算法解决TSP问题 matlab程序-Ant colony algorithm to solve TSP problem matlab program
Update
: 2025-02-17
Size
: 1kb
Publisher
:
chenglong
[
AI-NN-PR
]
TSP
DL : 0
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。-Including ant colony, simulated annealing, genetic, neural networks, tabu search, such as intelligent optimization algorithm to TSP problem.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
orange
[
Other
]
ACSforTSP
DL : 0
蚁群算法求解TSP 想和大家交流一下。-Ant Colony Algorithm for TSP would like to exchange.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
zyczyccy
[
Mathimatics-Numerical algorithms
]
Tsp
DL : 0
用java实现的利用蚁群算法实现的tsp问题,有图形输出-Java achieved with the use of ant colony algorithm to achieve the tsp problem graphics output
Update
: 2025-02-17
Size
: 6kb
Publisher
:
廖美健
[
Mathimatics-Numerical algorithms
]
Genetic_and_Ant_Algorithms_src
DL : 0
求解TSP问题的蚁群算法图形演示程序,并有相应的比例统计界面,重新编译程序后,再运行-Problem solving TSP Ant Colony Algorithm graphics demo program, and the ratio of the corresponding statistical interface, re-compiler and then run
Update
: 2025-02-17
Size
: 152kb
Publisher
:
liangjingbo
[
Mathimatics-Numerical algorithms
]
tsp
DL : 0
应用matlab解决tsp问题,通过蚁群算法和最短路径算法实现-Matlab solve problems tsp application through ant colony algorithm and the shortest path algorithm
Update
: 2025-02-17
Size
: 13kb
Publisher
:
管士平
[
matlab
]
TSP(matlab)
DL : 0
matlab蚁群算法,要使用城市坐标的版本-ant colony algorithm matlab, it is necessary to coordinate the use of the version of the City
Update
: 2025-02-17
Size
: 5kb
Publisher
:
黄杨
[
Mathimatics-Numerical algorithms
]
ant-tsp-search
DL : 0
改进的蚁群算法及其在TSP问题中的应用研究 核心是用遗传算法对蚁群算法的四个参数进行优化,及运用MMAS进行巡径-Improved ant colony algorithm and its problems in the TSP is the core of the application of genetic algorithm with ant colony algorithm to optimize the four parameters, and application of MMAS to patrol trails
Update
: 2025-02-17
Size
: 180kb
Publisher
:
Allen
[
AI-NN-PR
]
ant-colony-algorithm-demo
DL : 0
功能强大的蚁群算法演示平台,能针对基本的蚁群算法,改进后的蚁群算法在TSP等问题上进行相关演示-Powerful ant colony algorithm demo platform, can address the basic ant colony algorithm, the improved ant colony algorithm in TSP and other issues related to demo
Update
: 2025-02-17
Size
: 148kb
Publisher
:
张强
[
AI-NN-PR
]
ant-colony-algorithm-demo-zhang
DL : 0
VC++源码,是一个功能强大的蚁群算法演示平台,能演示基本的蚁群算法以及改进后的蚁群算法在TSP等问题上进行问题求解的过程-翻译结果(中 > 英)复制结果 VC + + source code, is a strong function of the ant colony algorithm demo platform, can demonstrate the basic ant colony algorithm and the improved ant colony algorithm in TSP and other issues on the problem solving process
Update
: 2025-02-17
Size
: 148kb
Publisher
:
张强
[
matlab
]
ants colony 2
DL : 0
Problem TSP ant colony algorithem
Update
: 2025-02-17
Size
: 2kb
Publisher
:
medsaid
«
1
2
3
4
5
6
7
8
9
10
...
31
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.