-
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
-
cjs
3个传教士和3个野人过河问题matlab求解(Missionaries savage across the river problem solving matlab)
- 2012-04-17 20:42:15下载
- 积分:1
-
RTLAB
全面系统的介绍分布式实时仿真系统RT- LAB 的硬件结构, 软件结构和仿真实现流程, 结合RT- LAB 半实物仿真技术和光伏MPPT 的特点, 进行了半实物仿真试验(Testing Analysis on a Kind of PV Generation Simulation System Using RT-LAB)
- 2020-11-16 20:59:41下载
- 积分:1
-
readECG
用于读取mit心电数据库程序,运行环境matlab,对研究心电非常有用!(Mit to read ECG database program, runtime environment matlab, the study ECG is very useful!)
- 2007-11-06 19:08:24下载
- 积分:1
-
feifen
基于混沌的模拟退火算法,实现了对10个数字音的识别,通过虚拟阵元进行DOA估计。( Chaos-based simulated annealing algorithm, To achieve the recognition of 10 digital sound, Conducted through virtual array DOA estimation.)
- 2016-11-11 15:16:34下载
- 积分:1
-
DIFM_one_stage
simulation of one stage DIFM in matlab
- 2013-08-17 23:59:11下载
- 积分:1
-
Common-functions-of-matlab
matlab的4个常用函数的编写,很经典!(matlab four commonly used function of the preparation, it is classic!)
- 2013-04-27 01:01:16下载
- 积分:1
-
AM
说明: 基于MATLAB的AM调制与解调,基于MATLAB的DSB调制与解调(Matlab-based AM modulation and demodulation)
- 2015-04-12 20:39:08下载
- 积分:1
-
edge
segmentation using thresholding
- 2011-02-09 21:08:58下载
- 积分:1
-
uzzfqbva
粒子图像分割及匹配均为自行编制的子例程,三相光伏逆变并网的仿真,包含了阵列信号处理的常见算法,分析了该信号的时域、频域、倒谱,循环谱等,在matlab R2009b调试通过,Matlab实现界面友好,基于互功率谱的时延估计。( Particle image segmentation and matching subroutines themselves are prepared, Three-phase photovoltaic inverter and network simulation, Contains a common array signal processing algorithm, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. In matlab R2009b debugging through, Matlab to achieve user-friendly, Based on the time delay estimation of power spectrum.)
- 2016-04-10 16:47:59下载
- 积分:1