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

搜索资源列表

  1. GAfunction

    0下载:
  2. 请大家看一看, 我编的这个用遗传算法求 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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2819
    • 提供者:徐春鸽
  1. GA_C

    0下载:
  2. 这是一个求 f(x)=x*sin(10PI*x)+2.0 的遗传算法程序-for f (x) = x * sin (10PI * x) 2.0 Genetic Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5510
    • 提供者:李律
  1. Genetic_algorithm01

    0下载:
  2. 遗传算法源程序,求解一个简单优化问题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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1846
    • 提供者:宋仁栋
  1. ga

    0下载:
  2. 遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术. 遗传算法的基本原理 在遗传算法的执行过程中,每一代有许多不同的种群个体(染色体 )同时存在。这些染色体中哪个保留(生存)、哪个淘汰(死亡),是根据 它们对环境的适应能力来决定的,适应性强的有更多的机会保留下来 。适应性强弱是通过计算适应性函数f(x)的值来判别的,这个值称为适应值。适应值函数f(x)的构成与目标函数有密切关系,往往是目标函数的变种。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7948
    • 提供者:fk774
  1. GA.通过遗传算法的思想来解决

    0下载:
  2. 本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
  3. 所属分类:matlab例程

    • 发布日期:2017-03-27
    • 文件大小:5716
    • 提供者:周钟
  1. SGA_v1.0

    0下载:
  2. 用开发语言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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:101119
    • 提供者:龚正娟
  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
    • 文件大小:2641
    • 提供者:kamel
  1. ga

    0下载:
  2. 基因演算法兩個例子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)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1815
    • 提供者:黃于鑄
  1. xujinpeng3.14

    1下载:
  2. 用遗传算法求函数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
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4346
    • 提供者:竹子的信仰
  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
    • 文件大小:3495
    • 提供者:yuxin
  1. genetic

    0下载:
  2. 基因算法求f(x)最小值 s.t. l <= x <= u-Gene Algorithm for Finding f (x) the minimum st l < = x < = u
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1020
    • 提供者:
  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
    • 文件大小:2700
    • 提供者:竹子的信仰
  1. genetic-algorithm

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

    • 发布日期:2017-04-15
    • 文件大小:6906
    • 提供者:苏倩
  1. genetic-algorithm

    0下载:
  2. 测试函数,遗传算法,求F(x)de 最小值 -genetic algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-10
    • 文件大小:11117
    • 提供者:zhanli
  1. optimization-algorithm

    0下载:
  2. 基于遗传算法的函数优化,根据基本遗传算法方法原理,设 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
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1228
    • 提供者:roy
  1. yichuansuanfa1

    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]
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:9893
    • 提供者:leekahei
  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
    • 文件大小:25138
    • 提供者:imad
  1. ga

    0下载:
  2. 基因演算法兩個例子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)
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2150
    • 提供者:k4264lufenx
  1. ga

    0下载:
  2. 基因演算法兩個例子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)
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2053
    • 提供者:datk6guail
  1. GA算法

    0下载:
  2. 使用遗传算法(GA)来寻找函数F(x)的最大值(Using genetic algorithm to find the maximum value of function)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-08
    • 文件大小:3382
    • 提供者:SJ明
« 12 »
搜珍网 www.dssz.com