-
gatbx
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群(Genetic algorithm,GA,SGA)
- 2014-08-15 09:50:37下载
- 积分:1
-
Matlab-example
MATLAB是一门计算机编程语言,取名来源于Matrix Laboratory,本意是专门以矩阵的方式来处理计算机数据,它把数值计算和可视化环境集成到一起,非常直观,而且提供了大量的函数,使其越来越受到人们的喜爱,工具箱越来越多,应用范围也越来越广泛
(MATLAB is a computer programming language, name comes from Matrix Laboratory, is meant to the Matrix of the special way to deal with the computer data, it put the numerical calculation and visual environment integration to together, very intuitive, but also provides a lot of function, make it more and more popular, more and more toolbox, application more and more widely
)
- 2012-06-07 19:48:40下载
- 积分:1
-
genetic-algorithm
用遗传算法解决TSp问题 主要是针对城市要求较少的(Solve TSp problem for the city requires less genetic algorithm)
- 2012-06-08 20:37:07下载
- 积分:1
-
The-vehicle-dynamic-simulation
这是一个汽车动力性仿真的程序其中包括驱动力计算,行驶阻力计算和最高车速计算。(This is a car dynamic simulation program including driving force calculation, driving resistance calculation and a top speed of calculation.)
- 2014-12-30 09:32:40下载
- 积分:1
-
xiaoboceshi2
应用小波神经网络进行分类的代码(failed to translate)
- 2013-05-03 20:33:01下载
- 积分:1
-
htransform
hht源程序,提供该变换的一个完整的matlab工具箱,方便实用,希望大家多多支持(hht source for the complete transformation of one of Matlab Toolbox, convenient and practical. hope that we can support)
- 2007-03-11 10:52:13下载
- 积分:1
-
srukf
sr-ukf 简单明了 对于初学者很有帮助(sr-ukf especially for freshman)
- 2013-12-02 22:06:59下载
- 积分:1
-
NN
说明: 使用MATLAB来进行神经网络NN训练数据(Use MATLAB to neural networks NN training data)
- 2014-10-03 15:09:30下载
- 积分:1
-
HISTMATCHING
implentation of histogram matching
- 2011-10-13 13:23:59下载
- 积分:1
-
QPSK-MBOFDM
QPSK-MBOFDM发射接收机
QPSK调制的多频带OFDM(MB-OFDM)发射机,经过加性高斯噪声信道,接收机判断误码率。
(QPSK-MBOFDM launch QPSK modulation receiver multiband OFDM (MB-OFDM) transmitter, through the additive Gaussian noise channel, the receiver determine the error rate.)
- 2010-05-19 21:10:13下载
- 积分:1