-
MATLAB6Optimization
这是一本关于MATlab辅助有护士设计书籍,对于工程优化、参数选择非常有用,里面还包含源代码例子(This is a book about the design of books MATlab auxiliary nurses, for engineering optimization, parameter selection is very useful, which also contains the source code for examples)
- 2009-10-13 15:30:08下载
- 积分:1
-
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
-
MATLAB-DESIGN
MATLAB 程序设计与应用,基本运算与函数(MATLAB program design and application of basic operations and functions)
- 2012-07-24 10:48:48下载
- 积分:1
-
java-swing-htmlparser
a simple HTML scanner and tag balancer that enables application programmers to parse HTML documents and access the information.(a simple HTML scanner and tag balancer that enables application programmers to parse HTML documents and access the information)
- 2014-11-12 21:12:06下载
- 积分:1
-
photo
在启动Matlab的时候拍一张照片
记录每天的心情( Matlab when you start to shoot a photo
Recorded daily mood)
- 2014-11-17 18:45:54下载
- 积分:1
-
code
求解线性不定方程组的一个基解(未知数个数大于方程个数),代码简单有效,可以利用该代码求出所有基解,从而得到不定方程组解得一般形式(A radical solution for solving linear equations uncertain (unknown number greater than the number of equations), the code is simple and effective, you can use the code to all base solution obtained, resulting in variable equations have the general form of the solution)
- 2014-01-05 10:12:14下载
- 积分:1
-
MATLAB-functions
matlab函数大全,matlab编程函数查询的工具文档(matlab study )
- 2014-11-21 10:59:06下载
- 积分:1
-
matlab-rudimentary-knowledge
matlab基础知识PPT,非常受用,适合初学者,上手容易(Matlab basic knowledge PPT, is very useful, is suitable for beginners, easy to get)
- 2012-05-16 11:05:29下载
- 积分:1
-
Recursive-least-squares-
在自适应控制中,用Matlab算法实现递推最小二乘参数估计(In adaptive control, recursive least squares algorithm using Matlab parameter estimation)
- 2011-06-24 21:56:28下载
- 积分:1
-
waveaenergy
此程序为小波包变换结合和能量谱分析提取特征频率(This procedure for the analysis of wavelet packet transform and energy spectrum feature extraction of frequency combination)
- 2015-04-15 17:09:05下载
- 积分:1