CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab sa
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab sa - List
[
matlab
]
matlab模拟退火算法
DL : 2
介绍模拟退火算法的基本原理和步骤,提供SA(模拟退火算法)的标准源程序,是初学者很好的资料
Update
: 2011-06-01
Size
: 336.32kb
Publisher
:
969030395@qq.com
[
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
:
李冰龙
[
Wavelet
]
SA-DCT_Demobox_v140
DL : 0
针对图象的二维自适应MDCT滤波工具箱,很实用-against the two-dimensional image MDCT Adaptive Filter Toolbox, a very practical
Update
: 2025-02-19
Size
: 2.91mb
Publisher
:
徐淑正
[
AI-NN-PR
]
satsp
DL : 0
这是一个SA求解tsp旅行商的matlab源代码,由m文件构成,可方便大家学习模拟退火算法。-This is a traveling salesman tsp SA for the Matlab source code, document constitute m, can facilitate learning simulated annealing.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
郑立刚
[
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
[
Other systems
]
GASATS_Hybrid_Algorithms_for_Reactive_Power_Optimi
DL : 0
关于电力系统无功优化方面的论文,使用GA/SA/TS三种混合的方法进行优化。-With regard to reactive power optimization papers, the use of GA/SA/TS hybrid three optimization methods.
Update
: 2025-02-19
Size
: 422kb
Publisher
:
xiaofang
[
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
matlab 编写的模拟退火算法用于求解TSP问题,里面有中国31个城市的坐标,作为例子。-matlab sa for tsp
Update
: 2025-02-19
Size
: 2kb
Publisher
:
祁彬彬
[
Crack Hack
]
RSA_UsingMatLAb
DL : 0
SA Encryption and Decryption using Matlab The program set contains thirteen files listed below. errormeg.fig errormsg.m helpmsg.fig helpmsg.m inputmsg.fig inputmsg.m mesgcut.m pro2.fig pro2.m rsacore.m readme.txt screenshot.gif In order to run the program please call pro2.m under Matlab 6.0 Environment. System Requirement Matlab version 6.0 and if necessary, Maple version 6.0 on any platform PentiumII 300 MHz or equivalent.
Update
: 2025-02-19
Size
: 71kb
Publisher
:
Rohit_Singh
[
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
[
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
:
小吴
[
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
matlab 模拟退火算法 源程序 曲线拟合 参数求-matlab sa
Update
: 2025-02-19
Size
: 1kb
Publisher
:
guazi
[
matlab
]
SA
DL : 0
Matlab的退火算法的实现,计算一个函数的最小值-Matlab implementation of the annealing algorithm to calculate a function of the minimum
Update
: 2025-02-19
Size
: 2kb
Publisher
:
戴可扬
[
matlab
]
SA
DL : 0
带约束算子的粒子群算法,用于matlab环境,对于搞研究的教师有很大帮助-Operator Constrained Particle Swarm Optimization for the matlab environment, engage in research for teachers are very helpful.
Update
: 2025-02-19
Size
: 60kb
Publisher
:
liu
[
matlab
]
sa
DL : 0
matlab模拟退火算法工具箱,很好的解决了matlab没有专门的工具箱的问题-Simulated annealing
Update
: 2025-02-19
Size
: 59kb
Publisher
:
杨海刚
[
Other systems
]
MATLAB
DL : 0
it is a matlab program for ga sa tabu sworm opt heuristics we can also use matlab here. or there can
Update
: 2025-02-19
Size
: 9kb
Publisher
:
virendra
[
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
]
TSP-SA
DL : 0
使用sa解决tsp问题,使用attp48城市数据(Use SA to solve TSP problems and attP48 city data)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
宁折不弯
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.