当前位置:
首页 资源下载
搜索资源 - genetic algorithm f x
搜索资源列表
-
0下载:
请大家看一看, 我编的这个用遗传算法求
f(x)=xsin(10pi*x)+2.0 x为-1到2区间的值-Please look, I spent part of the genetic algorithm for f (x) = xsin (10pi * x) 2.0 x 2 -1 range of values
-
-
0下载:
这是一个求
f(x)=x*sin(10PI*x)+2.0
的遗传算法程序-for f (x) = x * sin (10PI * x) 2.0 Genetic Algorithm
-
-
0下载:
遗传算法源程序,求解一个简单优化问题f(x)=x1^2+x2^2,-5<=x1<=5,-5<=x2<=5-genetic algorithm source files, for a simple optimization problem f (x) = x ^ 2 x ^ 2, -5
-
-
0下载:
遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术.
遗传算法的基本原理
在遗传算法的执行过程中,每一代有许多不同的种群个体(染色体 )同时存在。这些染色体中哪个保留(生存)、哪个淘汰(死亡),是根据 它们对环境的适应能力来决定的,适应性强的有更多的机会保留下来 。适应性强弱是通过计算适应性函数f(x)的值来判别的,这个值称为适应值。适应值函数f(x)的构成与目标函数有密切关系,往往是目标函数的变种。
-
-
0下载:
本MATLAB例程,为通过遗传算法的思想来解决f(x)=x*sin(10pi*x)+2.0,-1<=x<=2的最大值问题。,The MATLAB routines for the adoption of the idea of genetic algorithm to solve f (x) = x* sin (10pi* x)+ 2.0,-1
-
-
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.
-
-
0下载:
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
-
-
0下载:
基因演算法兩個例子f(x)=x^x
f(x)=cos(x)-sin(2*x)-Two examples of genetic algorithm f (x) = x ^ x f (x) = cos (x)-sin (2* x)
-
-
1下载:
用遗传算法求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点:简单的单点交叉、基本位变异、赌轮盘选择、随机产生初始种群中的个体,求的最好解是24.689。注:本算法基于matlab7.0,是我自己编写的,每个步骤都有详细的说明。适用于遗传算法初学者。-Using genetic algorithms for function f = x+10* sin (5* x)+7* cos (4* x) the maximum points: a simple single-point
-
-
0下载:
用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取
j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10)
x和y交叉就用取平均(x+y)/2,交叉概率取0.9,变异概率为0,
-
-
0下载:
基因算法求f(x)最小值 s.t. l <= x <= u-Gene Algorithm for Finding f (x) the minimum st l < = x < = u
-
-
0下载:
遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。
代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
-
-
0下载:
采用遗传算法,求函数max f(x1,x2) = xsin(10π*x)+1的最大值。用C语言实现-Using genetic algorithms, find a function max f (x1, x2) = xsin (10π* x)+1 maximum. Using C language
-
-
0下载:
测试函数,遗传算法,求F(x)de 最小值 -genetic algorithm
-
-
0下载:
基于遗传算法的函数优化,根据基本遗传算法方法原理,设 f(x) = -x^2 - 4x + 1,求 min f(x), xÎ [-2, 2],解的精度保留二位小数。-Function of the genetic algorithm-based optimization, according to the principles of the basic genetic algorithm method, set f (x) =-x ^ 2- 4x+ 1, seeking min f (x
-
-
2下载:
通过遗传算法计算下列函数的最大值 f(x)=10*sin(5x)+7*cos(4x) x∈[0,10]-The following functions calculate the maximum by genetic algorithm
f(x)=10*sin(5x)+7*cos(4x) x∈[0,10]
-
-
0下载:
Genetic Algorithm Example
The equation that I solve here is Gandhi Manalu.
f(x,y) = (2.8125-x*(1.0-y**4))**2+(2.25-x*(1.0-y**2))**2+(1.5-x*(1.0-y))**2
Expected answer is f(3.0,0.5)=0.0
-Genetic Algorithm Example
The equation that
-
-
0下载:
基因演算法兩個例子f(x)=x^xf(x)=cos(x)-sin(2*x)-Two examples of genetic algorithm f (x) = x ^ x f (x) = cos (x)-sin (2* x)
-
-
0下载:
基因演算法兩個例子f(x)=x^xf(x)=cos(x)-sin(2*x)-Two examples of genetic algorithm f (x) = x ^ x f (x) = cos (x)-sin (2* x)
-
-
0下载:
使用遗传算法(GA)来寻找函数F(x)的最大值(Using genetic algorithm to find the maximum value of function)
-