-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1
-
corner
Detection of corner using harris improve method
- 2013-02-24 18:39:27下载
- 积分:1
-
ConstrainedOptimizationProblem
约束优化问题:
minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug)
minPF(外点罚函数法解线性等式约束)
minGeneralPF(外点罚函数法解一般等式约束)
minNF(内点罚函数法)
minMixFun(混合罚函数法)
minJSMixFun(混合罚函数加速法)
minFactor(乘子法)
minconPS(坐标轮换法)(算法还有bug)
minconSimpSearch(复合形法)(Constrained optimization problem:
minRosen (Rosen gradient method for solving constrained multi-dimensional function of extremes) (algorithm also bug)
minPF (solving linear equations outside the penalty function method constraints)
minGeneralPF (outside the penalty function method for solving general equality constraints)
minNF (internal penalty function method)
minMixFun (mixed penalty function method)
minJSMixFun (mixed penalty function acceleration method)
minFactor (multiplier method)
minconPS (coordinate rotation method) (algorithm also bug)
minconSimpSearch (complex method))
- 2020-11-12 12:49:44下载
- 积分:1
-
matched_filter
this file includes a matched filter implementation in matlab in a radar system
- 2010-10-19 16:13:23下载
- 积分:1
-
DCT
一个实用的DCT数字图像水印程序,可以直接运行,包括很多攻击类型以及图片(A practical digital image watermark DCT procedure can run, including many types of attacks, as well as pictures)
- 2010-05-19 11:59:42下载
- 积分:1
-
cudb
MIT-BIH CUDB 详细心电信号,可用于分类VT/VF 与 NSR(MIT-BIH CUDB detailed ECG can be used to classify VT/VF and NSR)
- 2014-10-30 10:25:15下载
- 积分:1
-
diffractivelens_mi
GS迭代算法 matlab 实现,实现光束的整形等(GS matlab
)
- 2020-07-04 03:00:01下载
- 积分:1
-
Matlab7spec
Matlab7官方学习手册,英文版,详细系统了介绍了matlab的基本内容和部分工具箱。(Matlab7 an official study manual, in English, describes in detail the system of the basic content and some matlab toolbox.)
- 2010-02-24 17:11:35下载
- 积分:1
-
rect_array
说明: 有关带有加权的矩形阵的方向图,输入相关参数即可,是雷达系统与分析里面的(For a rectangular array with the weighting pattern, you can enter the relevant parameters, and analysis of radar systems inside)
- 2011-03-28 17:18:35下载
- 积分:1
-
baset
说明: matlab仿真延迟相乘法估计调制信号符号速率(matlab simulation multiplication delayed modulation signal symbol rate is estimated)
- 2008-11-15 10:43:52下载
- 积分:1