CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic algorithm y x

搜索资源列表

  1. yichuansuanfa

    0下载:
  2. 遗传算法求解函数y=x^2 在区间0-30的最大值-Genetic Algorithm for function y = x ^ 2 in the range of 0-30 maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:6.16kb
    • 提供者:shb
  1. GA

    1下载:
  2. 遗传算法,包含选择,交叉,变异等操作,可求出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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:526.76kb
    • 提供者:frank
  1. Max-fonction

    0下载:
  2. a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.58kb
    • 提供者:kamel
  1. FLch6eg1

    0下载:
  2. 用遗传算法求解函数最大值的示例程序。目标函数为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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:822byte
    • 提供者:fu_jasmine
  1. yi_chuan_suanfa

    0下载:
  2. 一个遗传算法算Y=X*X在1到31范围的最大值-A genetic algorithm calculation Y = X* X in the 1-31 range of the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2.38kb
    • 提供者:张小伟
  1. include

    0下载:
  2. 用遗传算法解根号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,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3.41kb
    • 提供者:yuxin
  1. GA

    0下载:
  2. 已知函数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 i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:42.53kb
    • 提供者:skyfrog
  1. vcDEMO

    0下载:
  2. 已知函数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 algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:45.68kb
    • 提供者:zsy
  1. GeneticAlgorithm

    1下载:
  2. 这是我自己编的用遗传算法求解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 ext
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5.17mb
    • 提供者:myd
  1. YXX

    0下载:
  2. 一个简单遗传算法的程序,用于求函数y=x*x 的最大值,适合初学者学习。-A simple genetic algorithm procedure for seeking the function y = x* x the maximum value, suitable for beginners to learn.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2.75kb
    • 提供者:陈峥
  1. ga

    0下载:
  2. 遗传算法程序,计算y=x*x在第一象限的最大值-Genetic algorithm program to calculate y = x* x in the first quadrant of the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:79.78kb
    • 提供者:liuliu
  1. licheng

    0下载:
  2. 基于MATLAB的遗传算法,用遗传算法训练y=x^2的最大值-MATLAB-based genetic algorithm trained with genetic algorithms y = x ^ 2 the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:862byte
    • 提供者:张刚
  1. GAforMaxfunction

    0下载:
  2. 遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。 代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2.64kb
    • 提供者:竹子的信仰
  1. ga

    0下载:
  2. C++实现遗传算法功能,目标函数为简易的y=x*x-use C++ achieve genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:248.38kb
    • 提供者:qiuchaoyan
  1. decod

    0下载:
  2. 利用遗传算法求解函数极值, 主程序是对函数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) s
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:23.55kb
    • 提供者:任 营
  1. GA

    0下载:
  2. 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。 FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数 y=20+x + 10*sin(
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:16.81kb
    • 提供者:liyapei
  1. ga_main-1

    1下载:
  2. 遗传算法,x,y为两个自变量,画三维图,求最优点-Genetic algorithm, drawing, seeking a three-dimensional optimal image
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-13
    • 文件大小:2.48kb
    • 提供者:付明辉
  1. Genetic-Algorithm-Example

    0下载:
  2. 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
  3. 所属分类:File Formats

    • 发布日期:2017-04-26
    • 文件大小:24.55kb
    • 提供者:imad
  1. genetic-algorithm

    0下载:
  2. 该遗传算法用来实现 y=200exp(-0.05x).sin(x)-The genetic algorithm is used to realize y=200exp(-0.05x).sin(x)
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.88kb
    • 提供者:gl
  1. Genetic-Algorithm-matlab

    1下载:
  2. 利用遗传算法寻找下列多元函数的最大值:输出最优解、最优解对应的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 a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:758byte
    • 提供者:wang
« 12 »
搜珍网 www.dssz.com