CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 遗传算法求最值

搜索资源列表

  1. 001

    0下载:
  2. 一个人工智能的课设,是遗传算法求最值,主要代码在kernel.h中!-Set up a course in artificial intelligence, genetic algorithms are seeking the most value in the main code at kernel.h!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:7164953
    • 提供者:lele
  1. A_very_simple_genetic_algorithm_source_code

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:4281
    • 提供者:Kaavield
  1. GA__MATLAB

    0下载:
  2. 探讨了在 Mh T I AB环境中实现遗传算法仿真 的方法 , 并 以一个 简单的求函数最值的问 题作为遗传算法的应用实铡, 说明遗传算法的全局寻优性及用 M AI I AB实现仿真的可行性。-A me f l ~dt o r e Aa z e g e me f i e t I 皿 i n MKI I AB i s d ~- u s s e d.A ha e t i o ~o p t h r f i z a f i o n p r o b l e m i s p r e
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:97488
    • 提供者:阿铁
  1. yichuan

    0下载:
  2. 一个简单的遗传算法,求一个函数在某个区间的最大值,作为学习一窜算法的初学者使用-A simple genetic algorithm, for a function at a certain interval of the maximum, as a learning algorithm for a beginner to use channeling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7304
    • 提供者:nini
  1. Matlab-GA

    0下载:
  2. 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
  3. 所属分类:其他小程序

    • 发布日期:2013-04-05
    • 文件大小:6164
    • 提供者:周晓阳
  1. GAFMAX

    0下载:
  2. 遗传算法 求下列函数的最大值 obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].-Optimization problem by genetic algorithm of a function obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4830
    • 提供者:HU
  1. gatomax

    0下载:
  2. 用遗传算法来求最大值,虽然很简单但是很经典,值得参考-Using genetic algorithm to seek the maximum value, although very simple, but classic, worthy of reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3526358
    • 提供者:kanstar
  1. Simple-genetic-algorithm-source-code

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:8642
    • 提供者:李礼
  1. main

    0下载:
  2. 用量子遗传算法实现函数的最优解,求的最大值-The optimal solution function
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:637
    • 提供者:星空
  1. Genetic-algorithms-for-maximum

    0下载:
  2. 基于遗传算法求函数的最大值,包括了遗传算法的各个基本操作-Based on the maximum value of the function of genetic algorithms, including the basic operation of the genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:4196
    • 提供者:等待
  1. GA_real_coded_min

    0下载:
  2. 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1386
    • 提供者:刘军华
  1. matlab--ga

    0下载:
  2. 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:6607
    • 提供者:刘军华
  1. sga

    0下载:
  2. 遗传算法求函数极大极小值,可用于简单的最优控制-Genetic algorithms function Minimax, optimal control for simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1187
    • 提供者:杨雪莹
  1. universal-application-of-GA

    0下载:
  2. 一个具有普遍的应用型的遗传算法代码,只要改变目标函数以及一定的条件,就可实现。本代码以求取二次函数的最大值为例编写-A universal application-oriented genetic algorithm code, as long as the objective function as well as changes in certain conditions, can be achieved. The code to strike a maximum of a quadrati
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7736
    • 提供者:磐石
  1. Genetic-algorithm-C-language

    0下载:
  2. c语言遗传算法,通过对多项式求最小值实现-C language implementation of genetic algorithm, the minimum value of the polynomial
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:刘文
  1. GA

    0下载:
  2. MATLAB实现遗传算法求函数最大值,可以改变变量数目,函数形式-Seeking maximum MATLAB Genetic algorithms function, you can change the number of variables, functional form
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:10461
    • 提供者:lbh
  1. ga

    0下载:
  2. 使用matlab中的遗传算法工具箱,求4*40维空间,其中的元素为0,1,2,3,这个空间的特征为每行的自相关值最小,各行之间的互相关值最小。-Use matlab genetic algorithm toolbox, find the 4* 40-dimensional space, in which the elements 0,1,2,3, this space is characterized by autocorrelation values in each row the minim
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1258
    • 提供者:color
  1. GA

    0下载:
  2. 利用遗传算法求多项式的最值,jiandande xy uexiGA-GA optimization
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:rongshuwei
  1. 遗传算法matlab求最小值

    3下载:
  2. 利用matlab基于遗传算法求解函数最小值(Using MATLAB to solve minimum function based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:31744
    • 提供者:Dl123
  1. 多目标优化(遗传算法)

    1下载:
  2. 多目标优化算法,遗传算法,函数求最大值、最小值问题。(Multi-objective optimization algorithm, genetic algorithm, function for maximum value, minimum value problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:10240
    • 提供者:花花12
« 12 »
搜珍网 www.dssz.com