搜索资源列表
用遗传算法求解二维函数的最大值
- 用遗传算法求解二维函数的最大值问题,用matlab实现,但是不采用matlab遗传算法工具箱
利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值
- 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值
yichuansuanfa
- 遗传算法求解函数y=x^2 在区间0-30的最大值-Genetic Algorithm for function y = x ^ 2 in the range of 0-30 maximum
SGA_v1.0
- 用开发语言vc++编程实现用遗传算法求解函数f=x*sin(10*x)+1.0的最大值。-With the development of language vc++ Programming using genetic algorithm function f = x* sin (10* x)+ 1.0 maximum.
Genetic_algorithm
- 遗传算法。此程序给出了遗传算法来求解函数最值的一个例子。-Genetic algorithm. This procedure give a genetic algorithm to solve the value function of an example.
sgaMethod
- 利用标准遗传算法求解函数f(x)=(x-5)*(x-5)的最小值,其中x属于区间[-255,255],算法的参数自己设定。-SGA method
GA
- 一个遗传算法求解函数的最大值的程序,挺好用的-A genetic algorithm procedure for maximum function, very good use
GA
- 用遗传算法求解函数的最大值,适用于初学遗传算法的人-basic GA
GA
- 遗传算法求解函数最大值 设计的种群规模,采用的选择算子,交叉概率,变异概率,进化代数和最优解-Design of population size, using the selection operator, crossover probability, mutation probability, evolutionary algebra and the optimal solution
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.
单变量遗传算法
- 单自变量遗传代码实例,非工具箱编写,可以更改目标函数,完成这一系列的最值问题求解。(Example of single independent genetic code)
遗传算法matlab求最小值
- 利用matlab基于遗传算法求解函数最小值(Using MATLAB to solve minimum function based on genetic algorithm)
4.遗传算法求解最优解最大值项目
- genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
yichuan
- 这是用c语言编写的用于求解函数的最值问题的遗传算法代码(the code of genetic algorithm)
遗传算法
- 使用遗传算法求解多元函数最值,希望要用到的同学能有所帮助(Genetic algorithm is used to solve the maximum value of multivariate function)
遗传算法和粒子群算法求解非线性函数最大值问题
- 遗传算法和粒子群算法求解非线性函数最大值问题(Solving the maximum value problem of nonlinear function by genetic algorithm and particle swarm optimization)
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.)
求函数最优值
- 量子遗传算法求解函数最佳值问题,里面富有matlab程序代码(Quantum Genetic Algorithm Solves Function Optimal Value Problem with Matlab Program Code)
example1
- 运用遗传算法求解函数,进化算法寻找最优值(Using genetic algorithm to solve function)