-
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
-
fdm
有限差分数值模拟程序,进行地震波正演,采用的是交错网格(Finite difference numerical simulation program, conducting seismic forward modeling, USES a staggered grid)
- 2015-04-15 15:16:56下载
- 积分:1
-
My_C_OBJ_QA
I have contributed 40 objective type c questions written as source code. Which will be helpful in learning C.
- 2014-02-20 02:40:23下载
- 积分:1
-
1
说明: “基于Matlab的MIMO通信系统仿真”,,收获良多,特将其记录下来("Simulation of MIMO Communication System Based on MATLAB", which has gained a lot, is specially recorded.)
- 2019-04-21 15:43:27下载
- 积分:1
-
tfrwv
时频分析中的Wigner-Ville方法函数(Time-frequency analysis of the Wigner-Ville method function)
- 2008-03-17 15:11:53下载
- 积分:1
-
matl
Matlab符号数学工具箱,数理统计工具箱,神经网络工具箱,微分方程工具箱应用简介(Matlab Symbolic Math Toolbox, mathematical statistics toolbox, neural network toolbox, toolbox application of differential equations Introduction)
- 2010-03-05 16:10:31下载
- 积分:1
-
nci_ofdm
实现非载波连续干涉编码的非载波连续干涉正交频分复用通信系统的调制(Realize the carrier successive interference encoded orthogonal frequency division multiplexing communication system)
- 2014-02-19 10:35:19下载
- 积分:1
-
exzample
是薛定宇和陈阳泉所著《高等应用数学问题的MATLAB求解》一书的配书光盘中的例题matlab代码(And Chen Xue Dingyu Yangquan book is " higher MATLAB to solve mathematical problems," a book with the book CD matlab code examples)
- 2013-09-11 10:14:40下载
- 积分:1
-
nolinear
bp神经网络的非线性系统建模————非线性函数拟合(nonlinear system modeling bp neural network nonlinear function fitting )
- 2015-03-02 11:35:41下载
- 积分:1
-
Arithmetic-coding
算术编码的程序,是一种经典的程序,可以作为一个函数来使用。(Arithmetic coding procedures, is a classic program that can be used as a function.)
- 2013-12-23 17:13:10下载
- 积分:1