CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sa algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sa algorithm - List
[
Mathimatics-Numerical algorithms
]
boltzman SA
DL : 0
boltzman 模拟退火算法例子-Boltzman simulated annealing algorithm examples
Update
: 2025-02-19
Size
: 30kb
Publisher
:
高山
[
AI-NN-PR
]
sa-ega
DL : 0
基于遗传算法的模拟退火-based on genetic algorithm simulated annealing
Update
: 2025-02-19
Size
: 6kb
Publisher
:
徐文臣
[
Data structs
]
万年历的算法 SA
DL : 0
万年历的算法 c语言-hefty almanac algorithm c language.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
ddr
[
AI-NN-PR
]
用sa进行光谱图像的特征提取的matlab程序
DL : 0
用sa进行光谱图像的特征提取的matlab程序,该算法比用其他方法在性能方面高%15-with spectral images of the Matlab feature extraction procedure, the algorithm than other methods in high-performance
Update
: 2025-02-19
Size
: 42kb
Publisher
:
李冰龙
[
Mathimatics-Numerical algorithms
]
SA
DL : 0
一个模拟退火算法的改进程序,用来进行矢量量化码本的优化-A simulated annealing algorithm to improve the procedures used for vector quantization codebook optimization
Update
: 2025-02-19
Size
: 31kb
Publisher
:
fasdf
[
AI-NN-PR
]
TSP-SA
DL : 0
用模拟退火算法解决旅行商问题,工具为:vs2005-Using simulated annealing algorithm to solve traveling salesman problem, tools for: vs2005
Update
: 2025-02-19
Size
: 4.83mb
Publisher
:
renziwu
[
AI-NN-PR
]
K-SA
DL : 0
此文档是K类均值聚类和模拟退火结合的软硬件化分算法。众所周知,模拟退火算法的通用性,此算法是模拟退火的改进,较单纯的SA更优秀。-This document is a category K-means clustering and simulated annealing combination of hardware and software sub-algorithm. As we all know, the generic simulated annealing algorithm, this algorithm is the improvement of simulated annealing, a simpler SA better.
Update
: 2025-02-19
Size
: 64kb
Publisher
:
石敏敏
[
Mathimatics-Numerical algorithms
]
SA
DL : 0
89年由Johnson发表的Simulate Anealing退火算法,重要的近似算法之一-89-year Johnson released from Simulate Anealing annealing algorithm, it is important to one of approximation algorithm
Update
: 2025-02-19
Size
: 1.98mb
Publisher
:
Goliath
[
AI-NN-PR
]
SA-TSP
DL : 0
利用模拟退火法求解TSP问题 可以求得50个城市的精确解-The use of simulated annealing algorithm for solving TSP problems can be obtained 50 cities Exact Solutions
Update
: 2025-02-19
Size
: 2kb
Publisher
:
zhouye
[
AI-NN-PR
]
SA
DL : 0
模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂-Simulated Annealing basic module, in which part of the scale transformation is applied to a similar part of simulated annealing algorithm, all variables are very good to understand the use of Hanyu Pinyin
Update
: 2025-02-19
Size
: 5kb
Publisher
:
desun
[
AI-NN-PR
]
sa-for-tsp
DL : 0
利用模拟退火算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of simulated annealing algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
Update
: 2025-02-19
Size
: 3kb
Publisher
:
dayong
[
AI-NN-PR
]
SA
DL : 0
改进模拟退火算法,应用并实现,希望对大家有所帮助。-Improved simulated annealing algorithm, the application and to achieve, I hope all of you to help.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
佳佳
[
AI-NN-PR
]
sa
DL : 0
用C语言写的人工智能算法中的模拟退火算法-Simulated annealing algorithm
Update
: 2025-02-19
Size
: 2kb
Publisher
:
alice0808
[
matlab
]
SA-TSP-Matlab
DL : 0
一篇关于模拟退火算法解决TSP问题的MATLAB代码,拿来分享,欢迎讨论-On a simulated annealing algorithm to solve TSP problem of MATLAB code, used to share, please discuss
Update
: 2025-02-19
Size
: 9kb
Publisher
:
Allen
[
Windows Develop
]
VPRTW-SA
DL : 0
运用模拟退火算法求解带时间窗约束的车辆路径问题-The use of simulated annealing algorithm with time window constrained vehicle routing problem
Update
: 2025-02-19
Size
: 2.3mb
Publisher
:
before
[
matlab
]
SA
DL : 0
这是用模拟退火算法解决0-1背包问题,下载后可直接运行,可以帮助有需要对模拟退火算法进行了解的朋友。-This is a simulated annealing algorithm to solve the 0-1 knapsack problem, after downloading, can be directly run, you can help those in need of the simulated annealing algorithm to find out about friends.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
小吴
[
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
Update
: 2025-02-19
Size
: 73kb
Publisher
:
mengxiangwei
[
matlab
]
TSPMatlab
DL : 1
这是一个用Matlab程序写的模拟退火算法,用于解决旅行商问题-It s a matlab code for TSP problem using SA Algorithm
Update
: 2025-02-19
Size
: 2kb
Publisher
:
jess
[
matlab
]
SA
DL : 0
经典的SA算法,求函数极值,用一个具体的例子进行说明,程序注释非常明确。希望对大家有所帮助。-The classical SA algorithm, find the function extreme value, with a concrete example to explain the program notes are very clear. Hope to help.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
lilimin
[
matlab
]
SA
DL : 0
用SA算法解决tsp问题,并用MATLAB绘制所需要的图(Solve the TSP problem with SA algorithm, and use MATLAB to draw the required picture)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
HEGHTLINE
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.