CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - traveling salesman genetic algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - traveling salesman genetic algorithm - List
[
Other resource
]
Genetic Algorithms and the Traveling Salesman Prob
DL : 0
遗传算法的一个例子:旅行商问题。C++源代码,适合初学者研究遗传算法与最优化等方面的知识。-a genetic algorithm examples : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
Update
: 2008-10-13
Size
: 119.33kb
Publisher
:
hu
[
AI-NN-PR
]
TSP GA
DL : 0
C#版遗传算法解TSP问题-C# version Genetic Algorithm for the Traveling Salesman Problem
Update
: 2025-02-17
Size
: 8kb
Publisher
:
黄瑞
[
AI-NN-PR
]
Genetic_Ant_Algorithms
DL : 0
一种运用蚂蚁算法和遗传算法解决旅行商问题的混合优化程序-an ant algorithm and the use of genetic algorithms to solve the traveling salesman problem hybrid optimization procedures
Update
: 2025-02-17
Size
: 80kb
Publisher
:
陈雷
[
CSharp
]
TSPGA
DL : 0
用C#编的用遗传算法求解旅行商(TSP)问题的源代码。-with C# Part of the Genetic Algorithm for TSP (TSP) of the source code.
Update
: 2025-02-17
Size
: 7kb
Publisher
:
流程
[
AI-NN-PR
]
Genetic Algorithms and the Traveling Salesman Prob
DL : 0
遗传算法的一个例子:旅行商问题。C++源代码,适合初学者研究遗传算法与最优化等方面的知识。-a genetic algorithm examples : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
Update
: 2025-02-17
Size
: 119kb
Publisher
:
hu
[
Internet-Network
]
遗传算法解决TSP问题
DL : 0
大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
Update
: 2025-02-17
Size
: 59kb
Publisher
:
舒小敏
[
AI-NN-PR
]
tsp(2)
DL : 0
本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
Update
: 2025-02-17
Size
: 1.12mb
Publisher
:
叶靥
[
Windows Develop
]
TSPforMATLAB
DL : 0
这是一个c++与matlab进行混合编程利用遗传算法实现tsp的源程序,较好的解决了旅行商的问题-c Matlab mixed with the use of genetic programming algorithm tsp of the source, the better to solve the traveling salesman problem
Update
: 2025-02-17
Size
: 554kb
Publisher
:
yaoxingyu
[
AI-NN-PR
]
TSP(C++)
DL : 0
遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
Update
: 2025-02-17
Size
: 14kb
Publisher
:
才华
[
AI-NN-PR
]
TSPGACCODE
DL : 0
旅行商问题的遗传算法求解源代码,多目标优化经典问题的现代启发式算法实现-traveling salesman problem genetic algorithm source code, multi-objective optimization of the modern classic Heuristic Algorithm
Update
: 2025-02-17
Size
: 4kb
Publisher
:
鸿渐
[
AI-NN-PR
]
TravelingSalesmanProblemwithGeneticAlgorithm
DL : 0
this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter , value -this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter, value
Update
: 2025-02-17
Size
: 4kb
Publisher
:
宏姬
[
AI-NN-PR
]
travelingsalemanproblem
DL : 0
主要解决旅行商问题(traveling saleman problem,简称tsp,即已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市,求解最短距离的遗传算法。-mainly to solve the traveling salesman problem (traveling saleman problem, listed tsp, known cities n between the distance from the existing one salesman must traveled n this city, and visit each city only once, finally starting to return to the city, for the shortest distance from the genetic algorithm.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
阳文
[
.net
]
tsp
DL : 0
应用遗传算法计算城市路径的一个vc和MATLAB程序-genetic algorithm path of a city vc and MATLAB program
Update
: 2025-02-17
Size
: 675kb
Publisher
:
li
[
AI-NN-PR
]
GA_TSA
DL : 0
利用遗传算法解决TSP旅行商问题的Java原码-using genetic algorithms to solve the traveling salesman problem TSP original Java code
Update
: 2025-02-17
Size
: 26kb
Publisher
:
祖超
[
AI-NN-PR
]
tsp-ga
DL : 0
基于遗传算法解决旅行商问题的vc++源码。-Based on genetic algorithm to solve the traveling salesman problem vc++ Source.
Update
: 2025-02-17
Size
: 382kb
Publisher
:
wangjing
[
AI-NN-PR
]
TSP
DL : 0
用遗传算法解决旅行商问题,并用图形界面显示出来。比较了分别采用轮盘赌选择算子和锦标赛选择算子的遗传算法求解TSP问题的性能,包括:运行时间、进化总代数和最优解质量。 结果曲线可以用图形显示出来。-Genetic algorithm is used to solve the traveling salesman problem, and use graphical interface is displayed. Compared using roulette selection operator and tournament selection operator of genetic algorithm to solve TSP s performance issues, including: run time, the evolution of the overall quality of algebra and the optimal solution. The results of curve can be used graphics displayed.
Update
: 2025-02-17
Size
: 70kb
Publisher
:
sdfsfdsf
[
AI-NN-PR
]
ga
DL : 0
此源代码是用遗传算法解决旅行商问题的经典实例,很有借鉴意义-This source code is a genetic algorithm to solve the classic traveling salesman problem instances of referential significance to
Update
: 2025-02-17
Size
: 4kb
Publisher
:
张媛
[
Mathimatics-Numerical algorithms
]
tspapp
DL : 0
遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point." -Genetic algorithm and the
Update
: 2025-02-17
Size
: 277kb
Publisher
:
s050403054
[
JSP/Java
]
java-tsp-1.3-src
DL : 0
Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
Update
: 2025-02-17
Size
: 5.42mb
Publisher
:
beyonddoor
[
MPI
]
multisp
DL : 0
使用MPI编写一个并行程序,利用遗传算法来解决旅行商问题。-The use of MPI to prepare a parallel process, the use of genetic algorithm to solve the traveling salesman problem.
Update
: 2025-02-17
Size
: 52kb
Publisher
:
pim
«
1
2
3
4
5
6
7
8
9
10
...
15
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.