CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - TSP
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - TSP - List
[
AI-NN-PR
]
TSP
DL : 0
应用Hopfield神经网络求解TSP问题 在VC++环境下编程 -using hopfield network solve the problem of TSP.
Date
: 2025-07-12
Size
: 926kb
User
:
mhy
[
Mathimatics-Numerical algorithms
]
TSP
DL : 0
蚁群算法求解TSP问题的源程序及简要说明-Ant Colony Algorithm for TSP problem and a brief description of the source
Date
: 2025-07-12
Size
: 2kb
User
:
QIUCHENGYU
[
matlab
]
TSP
DL : 0
介绍求解TSP 问题的蚁群算法,是解决旅行售货员问题的一种比较好的方法-Introduced to solve the ant colony algorithm for TSP problem is to solve the traveling salesman problem of a better way to
Date
: 2025-07-12
Size
: 66kb
User
:
vumeng
[
AI-NN-PR
]
TSP
DL : 0
模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解,这是基于蒙特卡罗迭代求解法的一种启发式随机搜索过程。退火过程由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。-TSP
Date
: 2025-07-12
Size
: 114kb
User
:
IT农夫
[
AI-NN-PR
]
TSP
DL : 0
用C++实现遗传算法求解TSP问题.txt-C++ for TSP
Date
: 2025-07-12
Size
: 2kb
User
:
Melo Wong
[
Other
]
tsp
DL : 0
matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
Date
: 2025-07-12
Size
: 4kb
User
:
fang
[
Data structs
]
TSP-MST
DL : 0
最小生成树的思想应用于TSP问题的求解,贪心算法的实际应用。-Minimum Spanning Tree thinking applied to TSP problem solving, the practical application of greedy algorithm.
Date
: 2025-07-12
Size
: 894kb
User
:
xnhcx
[
GUI Develop
]
tsp-GA-UI
DL : 0
带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
Date
: 2025-07-12
Size
: 409kb
User
:
xnhcx
[
assembly language
]
tsp
DL : 0
tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
Date
: 2025-07-12
Size
: 1kb
User
:
ycx
[
matlab
]
TSP
DL : 0
TSP solved whit Genetic Algorithms in MATLAB GA toolbox
Date
: 2025-07-12
Size
: 406kb
User
:
siulfer
[
Mathimatics-Numerical algorithms
]
tsp
DL : 0
TSP问题,用蚁群算法解决该问题,将时间复杂度降低-use ant colony to solve the TSP problem
Date
: 2025-07-12
Size
: 14kb
User
:
chaplin
[
AI-NN-PR
]
TSP
DL : 0
混合蛙跳文章 混合蛙跳算法求解TSP问题.pdf-Articles Hybrid Hybrid Leapfrog Leapfrog algorithm to solve TSP problems. Pdf
Date
: 2025-07-12
Size
: 136kb
User
:
lenovo
[
JSP/Java
]
TSP
DL : 0
用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
Date
: 2025-07-12
Size
: 24kb
User
:
111
[
AI-NN-PR
]
sA-TS-for-TSP
DL : 0
模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
Date
: 2025-07-12
Size
: 73kb
User
:
mengxiangwei
[
Windows Develop
]
TSP
DL : 0
This the program for the TSP problem utilizing genetic algorithm.-This is the program for the TSP problem utilizing genetic algorithm.
Date
: 2025-07-12
Size
: 107kb
User
:
Junseok Kwon
[
Windows Develop
]
Tsp--SA
DL : 0
基于sa求解的tsp问题,绝对可以执行,请放心下载。-Based sa problem solving tsp absolutely can perform, please be assured to download.
Date
: 2025-07-12
Size
: 601kb
User
:
jake
[
Mathimatics-Numerical algorithms
]
tsp
DL : 0
用遗传算法解决最短路径优化TSP 问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms (matlab source. Txt)
Date
: 2025-07-12
Size
: 4kb
User
:
zyh
[
OS program
]
tsp
DL : 0
tsp问题高效代码,程序为c语言编写,算法为分支限界。-tsp issue of efficient code, the program for the c language
Date
: 2025-07-12
Size
: 1kb
User
:
李俊
[
Other
]
TSP
DL : 1
一个求解旅行商问题(TSP)的程序,效果不错,时间还可以-A Traveling Salesman Problem (TSP) program, the effect is true, time can also be
Date
: 2025-07-12
Size
: 1kb
User
:
wqq
[
AI-NN-PR
]
TSP-PDF
DL : 0
有关TSP遗传算法的的三个pdf论文。不错的参考-The TSP of the three genetic algorithms pdf papers. A good reference
Date
: 2025-07-12
Size
: 461kb
User
:
远影
«
1
2
3
4
5
6
7
8
9
10
11
12
13
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.