-
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
-
MATLAB
matlab通信仿真及应用,还有很多应用程序。对初学都很有好处(matlab cominication sumlik)
- 2009-10-29 21:56:15下载
- 积分:1
-
work
Audio signal processing by using matlab
使用matlab处理音频信号
- 2009-04-26 19:32:12下载
- 积分:1
-
DCTtools
Matlab code for doing DCT and inverse DCT
- 2011-09-19 21:35:42下载
- 积分:1
-
MATLAB-development-application
介绍基于MATLAB实时视频处理平台的开发和应用方法(Introduced real-time video processing platform based on MATLAB development and application of methods)
- 2010-11-04 15:50:04下载
- 积分:1
-
principleofcommunicationMATLAB
说明: 对于学习通信原理并且要求运用matlab仿真的学者来说是一本很好的书籍。(Communication Theory for the study and asked the scholars to use matlab simulation is a very good book.)
- 2010-03-30 22:46:53下载
- 积分:1
-
LPF-matlab
low pass filter design using matlab
- 2012-04-25 23:28:23下载
- 积分:1
-
lyapunov
改程序可以用于通过定义法计算系统的最大lyapunov指数。(Program can be used to change the system by defining a method to calculate the maximum lyapunov exponent.)
- 2014-12-14 10:23:31下载
- 积分:1
-
DS_CDMA-Communication-Systems
《MATLABSimulink通信系统建模与仿真实例精讲》DS_CDMA通信系统(" MATLABSimulink communications system modeling and simulation examples succinctly" DS_CDMA Communication Systems)
- 2013-10-24 15:06:54下载
- 积分:1
-
神经网络
说明: BP神经网络的仿真,能够拟合各种函数,支持梯度下降法和LM两种训练算法。所有代码自己编写,没有使用matlab自带的函数,是学习的最佳范本。(The simulation of BP neural network can fit various functions and supports two training algorithms, gradient descent method and LM. All the code is written by myself, without using the functions that come with matlab, it is the best model for learning.)
- 2020-08-02 15:47:22下载
- 积分:1