搜索资源列表
-
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
-
-
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下载:
AN EFFICIENT GENETIC ALGORITHM CODE TO FIND OPTIMAL VALUES(MAXIMUM) OF SIN(X) FUNCTION IN THE RANGE OF 0 TO 2*PI
-
-
0下载:
遗传算法的设计与实现
y=x.*sin(10*pi*x)+2 -
Genetic Algorithm Design and Implementation
y=x.*sin(10*pi*x)+2
-
-
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下载:
遗传算法实例,通过编码、设置种群、设置适应度函数、遗传操作、解码产生需要的解。对函数f(x)=x*sin(x)+1,x [0,2 ],求解f(x)的最大值和最小值。-Genetic algorithm example, through encoding, set the population, set fitness function, genetic operation, decoding the need to solve. The function f (x)
-
-
0下载:
该遗传算法用来实现
y=200exp(-0.05x).sin(x)-The genetic algorithm is used to realize
y=200exp(-0.05x).sin(x)
-
-
0下载:
MATLAB遗传算法源程序:用遗传算法求解y 200*exp(-0.05*x).*sin(x)在[-2 2]区间上的最大值-MATLAB genetic algorithm source code: using genetic algorithm to solve y 200* exp (-0.05* x).* Sin (x) in the [-2 2] interval on the maximum
-