-
jdjs
matlab源代码,主要用于经济动力性计算,计算最高车速,(ecnomic dynamic computation)
- 2009-06-19 08:48:42下载
- 积分: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
-
sample1
在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。(在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。自动检测中英文中译英英译中百度翻译.
翻译结果(中 > 英)复制结果
In the artificial neural network, through the MATLAB software, BP algorithm using approximate cosine function.)
- 2011-12-07 20:09:06下载
- 积分:1
-
pichuli
此M文件是当进行批处理时,批量的查询所需的文件(When performing batch processing, batch files needed for the query)
- 2013-10-17 13:13:15下载
- 积分:1
-
Laplace
Laplace金字塔算法的图像处理Matlab程序Laplace(Laplace in Matlab)
- 2013-11-03 20:28:42下载
- 积分:1
-
ACMotorsTutorial
acmotor tutorial
acmotor tutorial
acmotor tutorial
acmotor tutorial
- 2011-01-06 02:00:46下载
- 积分:1
-
ex1_4
Particle swarm optimization has been used to solve many optimization problems since it was
proposed by Kennedy and Eberhart in 1995 [4]. After that, they published one book [9] and
several papers on this topic [5][7][13][15], one of which did a study on its performance using
four nonlinear functions adopted as a benchmark by many researchers in this area [14]. In PSO,
each particle moves in the search space with a velocity according to its own previous best
solution and its group’s previous best solution. The dimension of the search space can be any
positive integer.
- 2011-02-14 18:35:53下载
- 积分:1
-
eg11-youhuajisuan
《MATLAB神经网络30个案例分析》中的第11个例子,案例11 连续Hopfield神经网络的优化-旅行商问题优化计算。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of 11 examples, case 11 continuous Hopfield neural network optimization- traveling salesman problem optimization calculation. Hope to have certain help to everybody!
)
- 2013-09-20 16:07:17下载
- 积分:1
-
ParticleEx3
particle filter example using matlab
- 2011-12-05 18:50:15下载
- 积分:1
-
chapter-11-integer-programming
利用matlab进行整数规划的源代码(精通matlab最优化计算第11章)(Integer programming source code using matlab)
- 2012-10-22 10:09:01下载
- 积分:1