-
TS_TSP
解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。
至于下面的参数可以自己调:
T:总的循环次数;
tabulength:禁忌长度;
Pby:变异概率;
(Solve the TSP problem MATLAB realize TS algorithm, which joined the variance algorithm, of course, this step can also be removed, call TS_TSP (N, inStart, IsBianYi), N is the number of cities, inStart is the serial number of the starting cities, IsBianYi is to choose variation has, if not for the variation of 0, otherwise, it is combined with mutation of the TS algorithm. As for the following parameters can be their own tune: T: total number of the cycle tabulength: taboo length Pby: mutation probability )
- 2007-10-19 16:03:51下载
- 积分:1
-
svpwm
svpwm for three and two level inverter.
- 2009-06-01 10:00:25下载
- 积分:1
-
chebyshev
chebyshev filter design. the file can perform as conventional chebyshev filter
- 2011-02-09 10:00:40下载
- 积分:1
-
APF_ip_iq
通过matlab仿真软件对有源电力滤波器进行了仿真,利用的无功功率理论对谐波进行检测(Active power filter simulation matlab simulation software, the use of reactive power theory of harmonic detection)
- 2013-01-18 13:05:07下载
- 积分:1
-
A活体检测-程序
说明: 运用各种机器学习算法,检测人脸是否为照片(Various machine learning algorithms are used to detect whether a face is a photo)
- 2021-04-19 21:08:51下载
- 积分:1
-
MPSK
MPSK信道编码程序的代码适用8psk(MPSK channel coding procedure code applicable to 8PSK)
- 2008-03-26 17:38:14下载
- 积分:1
-
guihuawenti
matlab经典算法的程序之规划问题,包含无约束规划,线性规划等程序(matlab program of classical planning algorithms, contains no constraint programming, linear programming and other procedures)
- 2011-07-09 11:23:33下载
- 积分:1
-
ziegler-nichols-m-file
ziegler nichols method with matlab
- 2012-07-27 02:10:31下载
- 积分:1
-
QPSK-matlab
QPSK通过瑞利信道的MATLAB仿真,测试能成功(QPSK Rayleigh channel through MATLAB simulation, the test will succeed)
- 2008-12-18 10:29:45下载
- 积分:1
-
dynamic_time_warping_v2.0
Copyright (C) 2013 Quan Wang <wangq10@rpi.edu>,
* Signal Analysis and Machine Perception Laboratory,
* Department of Electrical, Computer, and Systems Engineering,
* Rensselaer Polytechnic Institute, Troy, NY 12180, USA
*/
/**
* This is the C/MEX code of dynamic time warping of two signals
*
* compile:
*
- 2014-09-24 22:27:35下载
- 积分:1