-
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
-
exp05_adaptive_filter
自适应滤波器的仿真程序,初级入门的matlab仿真程序(Adaptive filter simulation program, the initial entry of matlab simulation program)
- 2008-05-29 17:08:28下载
- 积分:1
-
SUDOKUE
数独游戏的MATLAB实现!还能帮助玩家完成数独游戏。(
SUDOKUE play sudoku with MATLAB (aids for solving included)
A guide on how sudoku works can be found e.g. on
http://en.wikipedia.org/wiki/Sudoku
This program has a history-function, i.e. you can undo and redo each
single step. You can also save and load a score including all settings
(execpt for the branching solver).
New games can be imported either as ASCII-string or from sdm- or
sdk-files resprectively. Puzzles in ASCII-Format or as sdm- or sdk-file
respectively can be found e.g. on http://www.sudocue.net)
- 2012-03-22 22:46:56下载
- 积分:1
-
p
说明: 本程序实现星光导航定位和定姿的仿真。定姿方法主要涉及最小二乘算法和TRAID算法。(This procedure Star navigation and positioning and attitude determination simulation.)
- 2013-04-15 23:21:50下载
- 积分:1
-
GA_SVR
说明: 基于遗传算法寻优参数的支持向量机算法,使得算法的参数达到全局最优,避免陷入具备最小(Support Vector Machine Algorithms Based on Genetic Algorithms for Optimizing Parameters)
- 2021-01-21 01:18:46下载
- 积分:1
-
Matlabgezhexue
介绍matlab 的葛哲学的书,很好的反映了如何在matlab 中实现信号的分析和处理(Introduction matlab' s Gezhe school books, a good reflection of how to implement matlab signal analysis and processing)
- 2011-04-28 23:34:13下载
- 积分:1
-
ruihuaajunheng
图像的锐化和均衡,图像处理中最基本的两个处理方法,用matlab实现,算法简单,易懂(Image sharpening and balanced, the two approaches are the most basic image processing using matlab algorithm is simple and easy to understand)
- 2012-05-28 21:16:49下载
- 积分:1
-
CUser
可以实现wstring与string之间的相互转化,同时也包括了string与CString之间的转换(Can achieve mutual conversion between wstring and string, but also includes the conversion between string and CString)
- 2014-08-29 09:34:24下载
- 积分:1
-
LPVToolsManual
对LPVTools工具箱进行了详细的说明,很好地掌握LPV控制系统的分析建模和综合。(About LPVTools, benifit for LPV learning.)
- 2021-01-12 16:48:48下载
- 积分:1
-
find_peak
从曲线中检测到其峰值:先利用二次求导得到所有凸点,设置门限,去除过低的凸点,然后利用滑动窗的方法,在凸点中求得满足峰值要求的点(Detected from the curve to its peak: the first use of the second derivative method to get all the bumps, set the threshold too low to remove the bumps, and then use a sliding window, obtained in a bump to meet peak requirements of point)
- 2014-02-24 16:32:16下载
- 积分:1