Location:
Search - fmaxga
Search list
Description: 基于Matlab的函数优化遗传算法程序,包含了遗传算法实现的大部分步骤,而且有详细的注释.-Matlab functions genetic algorithm optimization procedures, including the genetic algorithm to achieve the most steps, and detailed notes.
Platform: |
Size: 13066 |
Author: 风云 |
Hits:
Description: % [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)
Platform: |
Size: 3036 |
Author: mmcc |
Hits:
Description: 基于Matlab的函数优化遗传算法程序,包含了遗传算法实现的大部分步骤,而且有详细的注释.-Matlab functions genetic algorithm optimization procedures, including the genetic algorithm to achieve the most steps, and detailed notes.
Platform: |
Size: 12288 |
Author: 风云 |
Hits:
Description: % [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)
Platform: |
Size: 3072 |
Author: mmcc |
Hits:
Description: matlab file ...by using genetic algorithm
Platform: |
Size: 12288 |
Author: sathish |
Hits:
Description: Finds a maximum of a function of several variables.
fmaxga solves problems of the form:
max F(X) subject to: LB <= X <= UB-Finds a maximum of a function of several variables.
fmaxga solves problems of the form:
max F(X) subject to: LB <= X <= UB
Platform: |
Size: 3072 |
Author: nanoc |
Hits:
Description: 复杂函数优化是遗传算法的一个重要应用,该代码就是解决一个典型的函数求极值问题。-Complex function optimization is an important application of genetic algorithm, the code is a typical function extremum problems.
Platform: |
Size: 3072 |
Author: 登登 |
Hits:
Description: 基于MATLAB的遗传算法程序,所用的函数为测试函数-Genetic algorithm based on MATLAB program, the use of function test function
Platform: |
Size: 3072 |
Author: 胡涛 |
Hits:
Description: [BestPop, Trace] fmaxga (FUN, LB, UB, eranum popsize, pcross, - pmu - 2.-[BestPop, Trace] fmaxga (FUN, LB, UB, eranum popsize, pcross,- pmu- 2.
Platform: |
Size: 3072 |
Author: Mildreq |
Hits:
Description: [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmu,([BestPop, Trace] = fmaxga (FUN, LB, UB, eranum popsize, pcross, - pmu - 2.)
Platform: |
Size: 2048 |
Author: regiqhero
|
Hits:
Description: 遗传算法通用函数,非常实用和珍贵
描述简介如下:
% [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(General functions of genetic algorithms,
% [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)
Platform: |
Size: 3072 |
Author: 我系渣渣辉 |
Hits: