-
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
-
chengxu
用MATLAB去除移动车辆行驶过程的阴影,并对视频进行优化(Remove the shadow of the mobile vehicles using MATLAB, and to optimize the video)
- 2012-05-07 17:00:05下载
- 积分:1
-
amtf
matlab仿真源代码,AM源程序,用matlab运行(matlab simulation source code, AM source, using matlab to run)
- 2008-05-20 16:42:42下载
- 积分:1
-
fuzzy_logic_matlab
模糊逻辑的matlab工具箱,和matlab自带的工具箱不同。里面包含了更多的应用函数。(Fuzzy logic toolbox of matlab and matlab different built-in toolbox. Which contains the application of additional functions.)
- 2009-07-09 17:04:54下载
- 积分:1
-
FSK
matlab 实现的一个fsk信号的调制与解调,通过simulink实现(a modulation and demodulation of the fsk.)
- 2014-12-25 21:25:27下载
- 积分:1
-
use
元胞自动机 nasch 模型!单条道路上模拟 的(a cellular automaton,nasch model on one lane)
- 2014-02-11 02:52:04下载
- 积分:1
-
莱特飞行的CS算法
说明: 莱维飞行路径,布谷鸟多目标算法的matlab代码(Levy flight path, matlab code of cuckoo multi-objective algorithm)
- 2020-05-31 21:38:08下载
- 积分:1
-
chap4
PID控制程序,matlab编写,适合初学者(4)(PID control procedures, matlab prepared for beginners (4))
- 2008-05-16 21:06:50下载
- 积分:1
-
DoAUCA
DOA estimation for uniform circular array
- 2010-12-07 19:21:16下载
- 积分:1
-
fuzzy
模糊控制中离线生产查询表,已经经过验证!(Fuzzy control and production of lut, has been validated.)
- 2013-01-12 19:28:07下载
- 积分:1