Welcome![Sign In][Sign Up]
Location:
Search - genetic algorithm y x

Search list

[Special EffectsGA

Description: 遗传算法,寻找f(x,y)=sinx*siny/(x*y)的最大适应值及其相应的位置。精度为0.0001种群数设定为50-Genetic algorithm, to find f (x, y) = sinx* siny/(x* y) the greatest value and its corresponding position. Accuracy of 0.0001 set to 50 the number of stocks
Platform: | Size: 1024 | Author: 黄泉 | Hits:

[AI-NN-PRyichuansuanfa

Description: 遗传算法求解函数y=x^2 在区间0-30的最大值-Genetic Algorithm for function y = x ^ 2 in the range of 0-30 maximum
Platform: | Size: 205824 | Author: shb | Hits:

[AI-NN-PRGA

Description: 遗传算法,包含选择,交叉,变异等操作,可求出Y=sin(x)在0-2π的最大值和最小值-Genetic algorithm, including selection, crossover and mutation operation, etc., can be obtained Y = sin (x) at the 0-2π Maximum and minimum
Platform: | Size: 539648 | Author: frank | Hits:

[matlabMax-fonction

Description: a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
Platform: | Size: 3072 | Author: kamel | Hits:

[AI-NN-PRFLch6eg1

Description: 用遗传算法求解函数最大值的示例程序。目标函数为y=10*cos(3*x)-4*x.-Genetic algorithm with an example of procedures for maximum function. The objective function for y = 10* cos (3* x)-4* x.
Platform: | Size: 1024 | Author: fu_jasmine | Hits:

[AI-NN-PRyi_chuan_suanfa

Description: 一个遗传算法算Y=X*X在1到31范围的最大值-A genetic algorithm calculation Y = X* X in the 1-31 range of the maximum
Platform: | Size: 2048 | Author: 张小伟 | Hits:

[AI-NN-PRinclude

Description: 用遗传算法解根号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,-Using genetic algorithm for solving square root of 2, Roots, No. 2, that is, of equation f (x) = x* x-2 = 0 the positive integer solution, x = 1 Shi f (1) < 0, x = 2 Shi f (2) " 0, by the intermediate value theorem, then there is a 1-2 middle of the root, according to the fundamental theorem of algebra and the symmetry of the root to know that is what we are looking for the root (nonsense, junior high school students all know that 1.414 or so), from the target function to fitness function, we have chosen to individuals are in [1,2] between the fitness function that I can take j (x) = 40/(2+ | x* x-2 |)-10, from the x' s j known range of the range is (0,10) x and y cross on the use of taking the average (x+ y)/2, taking 0.9 crossover probability, mutation probability of 0,
Platform: | Size: 3072 | Author: yuxin | Hits:

[AI-NN-PRGA

Description: 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。-Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorithm (GA), calculating y in the interval (0,2) on the maximum value. For the netizens who want to learn for the GA is a good Demo. But also for gene class, object-oriented thinking has been carried out according to the package, slightly modified parameters can be used in the actual project.
Platform: | Size: 44032 | Author: skyfrog | Hits:

[AI-NN-PRvcDEMO

Description: 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorithm (GA), calculating y in the interval (0,2) on the maximum value. For the netizens who want to learn for the GA is a good Demo. But also for gene class, object-oriented thinking has been carried out in accordance with the package, slightly modified parameters can be used in the actual project. To achieve environmental: Visual C++ 6.0.
Platform: | Size: 47104 | Author: zsy | Hits:

[AlgorithmGeneticAlgorithm

Description: 这是我自己编的用遗传算法求解sin(x)+sin(y)极值的C++ 程序。当然也可在函数fFitness中修改以达到求解其他函数极值的或应用到其他方面。-This is my own compiled using genetic algorithm sin (x)+ sin (y) extremum C++ program. Of course, a function fFitness can also modify other functions in order to achieve extreme solution or applied to other areas.
Platform: | Size: 5424128 | Author: myd | Hits:

[AI-NN-PRYXX

Description: 一个简单遗传算法的程序,用于求函数y=x*x 的最大值,适合初学者学习。-A simple genetic algorithm procedure for seeking the function y = x* x the maximum value, suitable for beginners to learn.
Platform: | Size: 3072 | Author: 陈峥 | Hits:

[AI-NN-PRga

Description: 遗传算法程序,计算y=x*x在第一象限的最大值-Genetic algorithm program to calculate y = x* x in the first quadrant of the maximum
Platform: | Size: 81920 | Author: liuliu | Hits:

[AI-NN-PRlicheng

Description: 基于MATLAB的遗传算法,用遗传算法训练y=x^2的最大值-MATLAB-based genetic algorithm trained with genetic algorithms y = x ^ 2 the maximum
Platform: | Size: 1024 | Author: 张刚 | Hits:

[AI-NN-PRGAforMaxfunction

Description: 遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。 代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2011/02/27/6211597.aspx -Genetic algorithm for the function extreme genetic algorithm is one of the most simple application, here is introduced a kind of simple, full-text basic translation from codeproject of an article, author wesi Luay Al-, a software engineer. In the example function is y = ^ 2+ 5- x, everybody can will its instead other more complex functions, such as f = x+ 10sin (5x)+ 7cos (4x) etc. This article for genetic algorithm beginners reading, Daniel please bypass, ha ha. Wen attached C language code, all code in VC6.0 on compile. Code English description see: http://blog.csdn.net/xujinpeng99/archive/2011/02/27/6211597.aspx
Platform: | Size: 3072 | Author: 竹子的信仰 | Hits:

[AI-NN-PRga

Description: C++实现遗传算法功能,目标函数为简易的y=x*x-use C++ achieve genetic algorithm
Platform: | Size: 253952 | Author: qiuchaoyan | Hits:

[Algorithmdecod

Description: 利用遗传算法求解函数极值, 主程序是对函数f(x,y)=x2+y2(-1<x<1,-1<y<1)求解最小值。decod.m 为子函数,实现二进制编码到十进制数的转换功能-Use of genetic algorithm for function extremum, the main program is the minimum value of the function f (x, y) = x2+ y2 (-1 <x <1,-1 <y <1) solution. decod.m Functions, binary-coded to decimal conversion function
Platform: | Size: 24576 | Author: 任 营 | Hits:

[AI-NN-PRGA

Description: 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。 FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数 y=20+x + 10*sin(4*x)+8*cos(3*x) 在[0 10]区间内的最大值。 -The genetic algorithm application for use: An installation MATLAB5.X (2) create the directory: (c: \ GeneticProgram) copyed into that directory and all the source code here 3 run (c: in \ GeneticProgram), the startup 4 directly in the MATLAB Command Window to run program FloatExample and BinaryExample. The FloatExample, and BinaryExample floating-point coding and binary coding method, demand function y = 20+ x+ 10* sin (4* x)+8* cos (3* x) the maximum value in the interval [010].
Platform: | Size: 17408 | Author: liyapei | Hits:

[File FormatGenetic-Algorithm-Example

Description: 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 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
Platform: | Size: 25600 | Author: imad | Hits:

[matlabgenetic-algorithm

Description: 该遗传算法用来实现 y=200exp(-0.05x).sin(x)-The genetic algorithm is used to realize y=200exp(-0.05x).sin(x)
Platform: | Size: 6144 | Author: gl | Hits:

[AI-NN-PRGenetic-Algorithm-matlab

Description: 利用遗传算法寻找下列多元函数的最大值:输出最优解、最优解对应的x和y值,以及遗传算法迭代过程中的适应度函数进化曲线。 -Maximum use of genetic algorithm to find the following multivariate function: output the optimal solution, x and y values ​ ​ corresponding to the optimal solution, and genetic algorithm iterative process of evolutionary adaptation function curve.
Platform: | Size: 1024 | Author: wang | Hits:
« 12 »

CodeBus www.codebus.net