-
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
-
Articles-watermarking
articles of watermarking 3d images
- 2012-04-23 01:19:05下载
- 积分:1
-
P0306
采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波(2D median filtering function medfilt2 right by the Salt and Pepper noise image filtering)
- 2013-07-09 11:12:29下载
- 积分:1
-
zhengliu-yucedianliukongzhi
整流器控制采用预测电流控制策略,用matlab搭好模型进行仿真(Rectifier control using predictive current control strategy, setting up the model is simulated with matlab)
- 2015-06-21 13:02:33下载
- 积分:1
-
MatlabGUI_Harris
Harris Corner Detector GUI
- 2010-11-20 00:33:51下载
- 积分:1
-
SN1
说明: 对课后习题阅读后,结合书中的程序片段,经过嫁接和连接完成调试(After reading on the after-school exercise, combined with the program segment in the book, after completion of commissioning and connection grafting)
- 2011-04-18 16:17:32下载
- 积分:1
-
rossler2
Rossler equation
A. Wolf, J. B. Swift, H. L. Swinney and J. A. Vastano, "Determining Lyapunov Exponents from a Time Series,"
Physica D, Vol. 16, pp. 285-317, 1985.(Rossler equation
dx =-y- z
dy = x+ a*y
dz = b+ z*(x-c))
- 2012-04-14 12:09:54下载
- 积分:1
-
MIMO_OFDM
很经典的mim-ofdm系统仿真,希望能帮到大家(MIMO-OFDM Simulator)
- 2011-07-16 21:46:17下载
- 积分:1
-
qujianshu
区间数计算,岩土沉降预测,matlab编程,变权重计算(Interval calculations, geotechnical settlement prediction, matlab programming, variable weight calculation)
- 2014-02-25 15:43:13下载
- 积分:1
-
complete_signal
说明: matlab 基于fir的低通滤波器 完整程序(matlab fir low-pass filter based on a complete program)
- 2011-03-24 15:51:42下载
- 积分:1