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

搜索资源列表

  1. sga-c遗传算法c代码

    3下载:
  2. 这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf 。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:148124
    • 提供者:王卫红
  1. SGA源程序

    0下载:
  2. Sga.c 基本遗传算法源程序, 输入数据文件input,-Sga.c basic genetic algorithm source code, the input data file input,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5557
    • 提供者:张文广
  1. SGA_Delphi

    0下载:
  2. 基本遗传算法SGA的源代码,实现了基本遗传算法的流程-SGA basic genetic algorithm source code, the basic implementation of the GA process
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-13
    • 文件大小:45159
    • 提供者:覃晖
  1. general-sga

    0下载:
  2. 基本遗传算法的c程序源代码,非常实用,大家资源共享阿-basic genetic algorithm c source code, very practical, we share resources Ah!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4031
    • 提供者:李冲
  1. sga code

    0下载:
  2. 本程序为基于工艺参数优化的改进遗传算法程序-based on the procedures for the optimization of process parameters improved genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:202822
    • 提供者:徐文臣
  1. SGA

    0下载:
  2. 自编的基于实数编码的遗传算法源程序(fortran) ,用于搜索最小值-Self-based real-coded genetic algorithm source code (fortran), used to search for the minimum
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2201
    • 提供者:wangrubin
  1. SGA

    0下载:
  2. 简单的遗传算法源代码,挺实用的,大家可以借鉴-Simple genetic algorithm source code, very useful, we can learn from
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2539
    • 提供者:asdfasdf
  1. SGA

    1下载:
  2. 基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, combinatorial
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3281
    • 提供者:沁篱
  1. SGA

    0下载:
  2. 学习遗传算法的标准入门程序,这是我当初入门的时候用的。-Perfect code to learn genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2643
    • 提供者:code
  1. SGA

    0下载:
  2. 基本遗传算法及其在函数优化中的应用,PPT课件,源程序-The basic genetic function optimization algorithm and its application, PPT software, source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:848197
    • 提供者:蔡文文
  1. ga

    1下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA),遗传算法简单源程序。-Genetic Algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:104273
    • 提供者:周武静
  1. SGA

    0下载:
  2. 基本遗传算法代码实现,选择交叉变异 对于初学遗传算法的同志很有帮助,希望大家一起提高进步-Code to achieve the basic genetic algorithm, select the crossover and mutation genetic algorithm for beginners comrades helpful, hope all of us to improve progress
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:3104
    • 提供者:李娟
  1. SGA

    0下载:
  2. 很基础遗传算法源代码程序,适合初学者学习!-Is based on genetic algorithm source code program for beginners to learn!
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:9914
    • 提供者:
  1. SGA

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

    • 发布日期:2017-04-15
    • 文件大小:8610
    • 提供者:hua gong
  1. SGA

    0下载:
  2. 标准的遗传算法的C源码,有详细的注释,能运行,适合初学者。-Standard genetic algorithm C source code, detailed notes, can run for beginners.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:201128
    • 提供者:Nancy
  1. sga

    0下载:
  2. 基本遗传算法源程序, 输入数据文件input,输出文件output-Genetic algorithm source code, the input data file input, the output file output
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5207
    • 提供者:马晓勇
  1. SGA-yuanchengxu

    0下载:
  2. 一个简单的遗传算法的源程序,可以用来学习和参考-A simple genetic algorithm source code can be used to study and reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:9872
    • 提供者:王万科
  1. 333

    0下载:
  2. python source code for simple genetic algorithm. it is implemented on the python platform. Python source code for SGA.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1775
    • 提供者:li
  1. toolforSGAPublic

    0下载:
  2. SGA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行 优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉; 单点变异,浮点变异;-SGA (Simple Genetic Algorithm) is a powerful smart multi-variable optimization algor
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5518
    • 提供者:王龙隐
  1. Self-MATLAB-code-genetic-algorithm

    0下载:
  2. 发一份自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Send a self-compiled MATLAB genetic algorithm code, with the simple genetic algorithm (Simple Genetic Algorithm or Standard Genetic Algorithm, SGA) to stri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:6782
    • 提供者:李慧
« 12 »
搜珍网 www.dssz.com