-
MATLAB-Code-for-Simulated-Annealing
TSP can be defined as a problem where starting from a node it is required to visit every other node only once in a way that the total distance covered is minimized. After an initial solution a neighborhood solution is selected by an exchange of a randomly selected pair of nodes. The randomly generated neighbor solution is selected if it improves the solution else it is selected with a probability that depends on the extent to which it deteriorates from the current solution.
- 2009-11-20 02:54:41下载
- 积分:1
-
Template-match
Matlab下的模版匹配程序。可用于目标定位.(Matlab Template match algorithm.)
- 2012-04-26 10:35:57下载
- 积分:1
-
example
自编的遗传算法代码实际例子,比较简单,请多指教。(Practical examples of self genetic algorithm code, relatively simple, please enlighten.)
- 2014-01-13 17:13:09下载
- 积分:1
-
shili3
说明: 调度问题中的粒子群优化方法及其应用研究
调度问题中的粒子群优化方法及其应用研究(Scheduling Particle Swarm Optimization Method and Its Application Scheduling Particle Swarm Optimization Method and Its Application)
- 2010-04-18 21:52:48下载
- 积分:1
-
Bezier_circle
贝塞尔曲线拟合程序,完全利用matlab实现(Bezier curve fitting procedures)
- 2009-04-23 16:04:01下载
- 积分:1
-
Rec_Analysis
说明: 逻辑分析系统代码,在实验中广泛使用!放心用(Logic analysis system code, widely used in the experiment! Rest assured)
- 2011-04-09 12:35:37下载
- 积分:1
-
gold
gold序列的生成 PN序列Gold序列极好的自相关性 生成64位的PN序列
(Gold sequence generated PN sequence gold sequence excellent correlation
)
- 2020-11-10 23:29:47下载
- 积分:1
-
volumeVisualization
3D图形图像可视化程序的子程序,用于选择三维体积中的可视界面(volumeVisualization Engine for choosing y-z planes to view)
- 2010-09-20 11:10:49下载
- 积分:1
-
Nonlinear-equations
非线性方程计算各种方法的matlab程序,可作为数值分析等的学习工具。(Nonlinear equations to calculate the various methods matlab program, can be used as a learning tool of numerical analysis .)
- 2012-04-13 16:35:16下载
- 积分:1
-
58627
The following Matlab project contains the source code and Matlab examples used for orthogonal least squares algorithms for sparse signal reconstruction. Added after previous version ols_gp: Sparse reconstruction by Orthogonal Least Squares followed by Gradient Pursuit ols_nomp: Sparse reconstruction by Orthogonal Least Squares followed by Approximate Conjugate Gradient Pursuit ols_pcgp: Sparse reconstruction by Orthogonal Least Squares followed by Partial Conjugate Gradient Pursuit
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
- 2014-09-04 00:02:31下载
- 积分:1