搜索资源列表
matlab(GA)2
- matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。
GA
- 用遗传算法求解自变量是多维的函数的最优值-Genetic Algorithm for the optimal value of Multi-dimensional function
work
- 运用遗传算法的思想,通过MATLAB及遗传算法工具箱,实现了函数最值的运算求解!-The idea of the use of genetic algorithms, and genetic algorithm through MATLAB toolbox to achieve the most value of the function of computing to solve!
045090071
- 基于MATLAB的遗传算法求解函数的最小值-MATLAB-based genetic algorithm for solving the minimum value of the function
GA
- 用遗传算法求解函数最优值,收敛速度快且不易陷入局部最优值。遗传算法是经典算法,此程序适合初学者。-A Genetic Algorithm for the optimal value function, convergence is fast and easy to fall into local optimal value. Genetic algorithm is a classical algorithm, this program suitable for beginners.
GA
- 用遗传算法求解函数在某区间上的最值,程序绝对正确-Function with genetic algorithm to solve the most value in a certain interval, the program is absolutely right
GA
- 遗传算法应用案例,无约束目标函数最大值遗传算法求解策略-Genetic algorithm is used in cases, unconstrained objective function maximum genetic algorithm strategy
68872607AGA
- 利用自适应遗传算法求解多元函数的最值问题。-Most adaptive genetic algorithm for multi-function value.
Untitled3
- 单参数单峰函数遗传算法求解最大值我自己写的一个例子-Single-parameter genetic algorithm unimodal function max I wrote an example
单变量遗传算法
- 单自变量遗传代码实例,非工具箱编写,可以更改目标函数,完成这一系列的最值问题求解。(Example of single independent genetic code)
4.遗传算法求解最优解最大值项目
- genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
gaot
- tep 1:对遗传算法的运行参数进行赋值。参数包括种群规模、变量个数、交叉概率、变异概 率以及遗传运算的终止进化代数。 Step 2:建立区域描述器。根据轨道交通与常规公交运营协调模型的求解变量的约束条件,设 置变量的取值范围。 Step 3:在Step 2的变量取值范围内,随机产生初始群体,代入适应度函数计算其适应度值。 Step 4:执行比例选择算子进行选择操作。 Step 5:按交叉概率对交叉算子执行交叉操作。 Step 6:按变异概率执行离散变异操作。 Step 7:计算
遗传算法
- 求解复杂一元函数的最大值,使用简单遗传算法,即SGA(Solving the maximum of complex unary function)
GaTest
- 简单的遗传算法,解决优化问题,求解函数最大、小值问题(Simple genetic algorithm, to solve the optimization problem, solving the maximum function, small value problem)
GAtest0
- 遗传算法的入门应用,采用遗传算法求解一个函数的最值问题。(The genetic algorithm is used for the introduction of the genetic algorithm to solve the most valued problem of a function.)
GA
- matlab书中遗传算法,用于求解函数最大值(The genetic algorithm in the MATLAB book is used to solve the maximum function of the function)
ga_main
- 遗传算法求解问题的一个实例,运行结果会显示所求函数的最大值,与迭代、函数曲线图(Genetic algorithm is an example of solving problems, and the results can show the maximum value of the function, and the iteration and function curve)
GATest_src
- 用遗传算法求解函数最大值的matlab程序(Solving the maximum function of function by genetic algorithm)
111
- 设计遗传算法求解f(x)最小值,具体表达式如下: 一个求最小值的公式 要求必须使用m函数方式设计程序。(Design genetic algorithm to solve f ( x ) minimum value, the specific expression is as follows: A formula for finding the minimum The program must be designed using m function method.)
example1
- 运用遗传算法求解函数,进化算法寻找最优值(Using genetic algorithm to solve function)