CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab annealing
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab annealing - List
[
AI-NN-PR
]
for TSP(Matlab)
DL : 0
模拟退火算法用于求解旅行商问题的matlab源程序-simulated annealing algorithm for solving the traveling salesman problem Matlab source
Update
: 2025-02-19
Size
: 5kb
Publisher
:
黄大东
[
Algorithm
]
matlab模拟退火
DL : 0
模拟退火算法是为了避免求解最优化出现局部极值的问题而提出的算法,保证最终的结果是全局最优的,该matlab源程序能在matlab环境中实现-simulated annealing method is the best solution in order to avoid a partial optimization of extreme concern raised by the algorithm to ensure that the final result is that the global optimum, the source Matlab can achieve Matlab environment
Update
: 2025-02-19
Size
: 5kb
Publisher
:
yj
[
CSharp
]
Matlab-Toolbox2
DL : 0
自适应模拟退火软件包,我也正在学习中,希望有人指教-Adaptive Simulated Annealing package, I was learning, hoping that someone will enlighten
Update
: 2025-02-19
Size
: 45kb
Publisher
:
何梅
[
Windows Develop
]
Math-Matlab-Engine-0.02.tar
DL : 0
是MATLAB的模拟退火码 -MATLAB is the simulated annealing code is simulated annealing MATLAB code is simulated annealing MATLAB code
Update
: 2025-02-19
Size
: 6kb
Publisher
:
heqi
[
Special Effects
]
SimulatedAnnealingTools
DL : 0
matlab模拟退火工具箱,包含模拟退火运行所需的各种函数,是模拟退火的一个非常有力的工具。-simulated annealing Matlab toolbox contains simulated annealing operation of the various functions, Simulated Annealing is a very powerful tool.
Update
: 2025-02-19
Size
: 57kb
Publisher
:
罗鹏
[
AI-NN-PR
]
downloadpaper
DL : 0
基于matlab的改进模拟退火算法(经典)-Matlab-based improvements in simulated annealing algorithm (classical)
Update
: 2025-02-19
Size
: 187kb
Publisher
:
pengchao
[
AI-NN-PR
]
SA
DL : 0
模拟退火的原程序,其中还用了GUI界面设计-The original simulated annealing procedures, which also used the GUI interface design
Update
: 2025-02-19
Size
: 469kb
Publisher
:
流星云
[
matlab
]
annealing
DL : 0
用MATLAB编写的模拟退后程序,为通用模板,下载后修改即可使用。-Using MATLAB simulation back to prepare procedures for the generic template, modified to use after downloading.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
唐永杰
[
Special Effects
]
imagesegmentation
DL : 0
本软件包包括四个程序,主要用于图像处理(图像去噪,图像分割)和模拟退火算法。-This package includes four procedures, mainly used for image processing (image denoising, image segmentation) and simulated annealing algorithm.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
cleverbear
[
matlab
]
Matlab
DL : 0
模拟退火算法实现、主成分分析实现及线性回归分析等-Simulated annealing algorithm implementation, implementation of principal component analysis and linear regression analysis
Update
: 2025-02-19
Size
: 9kb
Publisher
:
龚涛
[
Mathimatics-Numerical algorithms
]
annealing
DL : 0
用模拟退火算法求解连续优化问题的MATLAB程序-annealing algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张小梅
[
AI-NN-PR
]
SAA-MATLAB
DL : 0
模拟退火算法的MATLAB实例,包含图作色,旅行商等多个问题的例子。-Simulated annealing algorithm of MATLAB examples, including Fig作色, traveling salesman problem, and many other examples.
Update
: 2025-02-19
Size
: 14kb
Publisher
:
boy
[
Windows Develop
]
simulatedannealing
DL : 0
General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function handle (anonymous function or inline) with a loss function, which may be of any type, and needn t be continuous. It does, however, need to return a single value. PARENT is a vector with initial guess parameters. You must input an initial guess. OPTIONS is a structure with settings for the simulated annealing. If no OPTIONS structure is provided, anneal uses a default structure. OPTIONS can contain any or all of the following fields (missing fields are filled with default values): Verbosity: Controls output to the screen. 0 suppresses all output 1 gives final report only [default] 2 gives temperature changes and final report Generator: Generates a new solution from an old one. Any function handle that takes a solution as input and gives a valid solution (i.e.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
Ping-Feng Xu
[
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
[
AI-NN-PR
]
annealing
DL : 0
这是模拟退火算法,用于解决换热器网络出口温度达到最大值的问题-This is a simulated annealing algorithm used to solve the heat exchanger outlet temperature to achieve maximum network problems
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李学文
[
matlab
]
Simulated-Annealing
DL : 0
模拟退火算法,基本算法,内附部分说明以及本人学习笔记-Simulated annealing algorithm, the basic algorithm, I am enclosing some notes, and study notes
Update
: 2025-02-19
Size
: 22kb
Publisher
:
jay
[
matlab
]
simulated-annealing
DL : 0
模拟退火算法的MATLAB范例程序!对初步了解的初学者有不错的帮助!-Simulated annealing algorithm MATLAB example program! Preliminary understanding of the beginners have a good help!
Update
: 2025-02-19
Size
: 136kb
Publisher
:
瞿颜
[
Other
]
精通MATLAB智能算法(2015代码)
DL : 0
这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
Update
: 2025-02-19
Size
: 6.72mb
Publisher
:
pursh
[
matlab
]
simulated annealing algorithm
DL : 0
模拟退火算法的应用很广泛,可以较高的效率求解最大截问题(Max Cut Problem)、0-1背包问题(Zero One Knapsack Problem)、图着色问题(Graph Colouring Problem)、调度问题(Scheduling Problem)等等。(Simulated annealing algorithm is widely used, can be more efficient to solve the maximum Problem Cut (Max), 0-1 knapsack problem, graph coloring problems, scheduling problems, and so on.)
Update
: 2025-02-19
Size
: 61kb
Publisher
:
四姑娘
[
matlab
]
annealing algorithm
DL : 0
退火算法计算与功能预测 共同学习 可以参考(Calculation and functional prediction of annealing algorithm)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
六七七
«
1
2
3
4
5
6
7
8
9
10
...
34
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.