-
遗传算法程序
说明: 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过自然选择和突变产生新的生命种群,该种群在算法的下一次迭代中成为当前种群。(Genetic algorithm (GA) is a search algorithm used to solve optimization in computational mathematics. It is one of evolutionary algorithms.
Evolutionary algorithms were originally developed by borrowing phenomena in evolutionary biology, such as heredity, mutation, natural selection and hybridization.
Genetic algorithms are usually implemented as a computer simulation.
For an optimization problem, an abstract representation of a certain number of candidate solutions (called individuals) (called chromosomes) evolves towards a better solution.
Traditionally, solutions are represented in binary (that is, strings of zeros and ones), but other representations are possible.
Evolution begins with a population of completely random individuals, and it happens from generation to generation.)
- 2020-06-07 21:42:11下载
- 积分:1
-
bch
给出BCH编码和译码的原理
以及解决方案,特别是仿真的一种解决方案,值得参考。(BCH coding and decoding given the principle, as well as solutions, in particular the simulation of a solution, it is also useful.)
- 2007-11-21 23:30:01下载
- 积分:1
-
RSA
室内无线定位技术,基于RSA算法的matlab仿真程序(Indoor wireless positioning technology, based on the RSA algorithm matlab simulation program)
- 2013-10-27 01:02:46下载
- 积分:1
-
fem
杆件有限元程序,非常适合初学者学习matlab,也可以深刻了解有限元的计算过程(Rod finite element program, it is suitable for beginners to learn matlab, but also a profound understanding of the finite element calculation process)
- 2017-05-07 09:23:04下载
- 积分:1
-
matlabpro
模糊控制策略在大滞后对象控制策略上的研究(Fuzzy Control Strategy in the Great Time Delay Control Strategy Research)
- 2008-04-02 14:42:54下载
- 积分:1
-
MATa
神经网络理论与MATLAB7实现,对一些算法进行了实现,(Neural Network Theory and MATLAB7 achieved, a number of algorithms to achieve,)
- 2010-01-10 06:24:03下载
- 积分:1
-
shiyan2
通信网实验报告 用MATLAB实现话务量的计算(Communication network traffic using MATLAB realize the calculation)
- 2013-07-25 19:49:04下载
- 积分:1
-
SplashScreen
this the sample of splash screen application
- 2014-09-08 11:33:36下载
- 积分:1
-
simple-BPSK
搭建SISO收发系统,BPSK调制与解调,在白高斯信道下仿真系统BER性能。(Build SISO transceiver system, BPSK modulation and demodulation, the white Gaussian channel simulation system BER performance.)
- 2013-11-10 22:52:59下载
- 积分:1
-
zishiying
说明: MATLAB应用于自适应信号处理,能够提高信号处理的应用能力(MATLAB used in adaptive signal processing, to improve the signal processing capabilities)
- 2008-11-17 12:57:17下载
- 积分:1