-
gafmax
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% FUN------------目标函数
% LB-------------自变量下限
% UB-------------自变量上限
% eranum---------种群的代数,取100--1000(默认1000)
% popsize--------每一代种群的规模;此可取50--100(默认50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8)
% pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1)
% options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
- 2006-10-18 16:07:48下载
- 积分:1
-
blockturbo
关于turbo编解码的源程序 matlab仿真程序 运行成功(the program about the turbo coding and decoding and it can run succefully)
- 2010-01-03 19:54:52下载
- 积分:1
-
PSO
matlab的基本pso程序,很经典,可以帮助初学者对基于matlab应用的智能算法有一定的了解(The basic pso matlab program, it is classic and can help beginners matlab-based applications have some knowledge of intelligent algorithms)
- 2011-09-26 16:21:48下载
- 积分:1
-
EEMD程序
说明: 关于管道泄漏泄漏信号的预处理,应用EEMD算法对真实泄漏信号进行仿真。(As for the preprocessing of pipeline leakage signal, EEMD algorithm is used to simulate the real leakage signal.)
- 2020-07-01 00:40:02下载
- 积分:1
-
OFDM
基于卷积码,AWGN信道的OFDM系统仿真(Based on convolutional codes, AWGN channel OFDM system simulation)
- 2010-05-09 10:53:47下载
- 积分:1
-
ACATSP
蚁群算法利用matlab求解tsp问题源代码 很经典(Ant colony algorithm using matlab to solve tsp the source code is very classic)
- 2012-04-27 11:53:56下载
- 积分:1
-
xitongbianshi
应用于系统辨识中,增广最小二乘法辨识程序的m文件。(System identification, augmented least squares identification procedure m files.)
- 2013-12-05 17:04:04下载
- 积分:1
-
Semi_Converter
This is the matlab simulation of Semiconverter simulation.
- 2011-12-16 04:04:51下载
- 积分:1
-
Sample150
蓝牙信号仿真,通过matlab中simulink模块,进行仿真提取参数(Bluetooth signal simulation, simulation matlab simulink module extraction parameters)
- 2013-05-09 19:41:56下载
- 积分:1
-
KaiHuanSPWM
单项桥式逆变电路的PWM matlab仿真文件,在 7.0下可运行(Single-bridge inverter circuit of the PWM matlab simulation files, can be run in 7.0)
- 2009-05-14 22:17:00下载
- 积分:1