CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 简单遗传算法

搜索资源列表

  1. GA

    0下载:
  2. 非线性规划的简单遗传算法 由清华刘宝碇教授的实验室发布 将头文件放好 修改即可使用-Non-linear simple genetic algorithm by Tsinghua Professor Liu Baoding
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:38566
    • 提供者:rabby
  1. MATLAB

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

    • 发布日期:2017-03-29
    • 文件大小:47273
    • 提供者:李际超
  1. GA

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

    • 发布日期:2017-04-16
    • 文件大小:10569
    • 提供者:xuxianfeng
  1. genetic-algorithm

    0下载:
  2. 一个c语言的遗传算法的实例讲解。程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数。-this document give an example of genetic algorithm,which is very usefull for learning and using genetic algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:52713
    • 提供者:徐作为
  1. yichuan

    0下载:
  2. 简单遗传算法基本代码 对于初学者有很大用处 他是一个基本框架 -Genetic algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-02
    • 文件大小:10245
    • 提供者:吴亚芬
  1. GA-Elitst

    0下载:
  2. 基于精英策略的简单遗传算法代码,遗传算法的精英策略可以保证算法的收敛性-Elitist strategy, the simple genetic algorithm code, the genetic algorithm-based elitist strategy can guarantee the convergence of the algorithm
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 运用了简单遗传算法,在matlab环境下设计了轮盘赌法-Simple genetic algorithm roulette
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1999
    • 提供者:qss
  1. GA_algorithm_of_matlab

    0下载:
  2. 应用简单遗传算法求取函数的最大值,本文中给出了一个简单的求取最大值的函数。-simple gentetic algorithm to resolution the maximum of the function
  3. 所属分类:Algorithm

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

    0下载:
  2. 简单遗传算法。适合初学者学习之用。有完整注释。-Simple genetic algorithm. Suitable for beginners to learn with. Complete notes.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:542243
    • 提供者:罗毕
  1. GA

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

    • 发布日期:2017-12-04
    • 文件大小:298296
    • 提供者:lixigzhi
  1. WinTSP

    0下载:
  2. 求解遗传算法 简单遗传算法求解 java环境下求解遗传算法-Genetic algorithm for solving simple genetic algorithm genetic algorithm for solving java environment
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:3824
    • 提供者:SM
  1. SGA_DEMO

    0下载:
  2. 基于C语言编写,利用Rosenbrock二维方程实现对简单遗传算法和进化策略的模拟,基因组长度2等位基因,群体大小100,进化概率0.001-0.02,为保持代码易读性,设定为只支持固定数量后代。-Based on C, use Rosenbrock 2D function to implement SGA and ES, genome length is 2 alleles, group size 100, mutation set 0.001-0.02, to keep code easy
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:10799
    • 提供者:小军
  1. Genetic-Algorithm

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

    • 发布日期:2017-04-16
    • 文件大小:21904
    • 提供者:饶志成
  1. GA

    0下载:
  2. 简单遗传算法MATLAB实现,详细的介绍了简单遗传算法的实现过程,并以一个简单的函数优化作为案例说明了其应用。但是由于该测试函数过于简单,在实际的应用过程中,还需要对相关参数进行调整,使其效率得到更大的提高。-Simple genetic algorithm based on MATLAB realize, describes in detail the process of simple genetic algorithm, and a simple function optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3662
    • 提供者:豆豆
  1. GA-Elitst

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

    • 发布日期:2017-04-01
    • 文件大小:4240
    • 提供者:思辰
  1. AdapGA

    0下载:
  2. 自适应遗传算法matlab程序,弥补简单遗传算法的不足-adaptive GA which compromise the weakness of the normal GA.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:828
    • 提供者:刘洋
  1. genetic-algorithm

    0下载:
  2. 遗传算法的学习资料,用一个简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数-GA learning materials, using a simple genetic algorithm a random population, then calculate where the algebraic maximum fitness given according to the crossover rate, mutation rate, the number
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:50362
    • 提供者:leeboy
  1. C-language-source

    0下载:
  2. 二进制编码的简单遗传算法源程序(c语言)-Simple binary coded genetic algorithm source code (c language)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:118160
    • 提供者:wayne
  1. ycsf

    0下载:
  2. 本程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数-This program demonstrates a simple genetic algorithm with a random population, then calculate where the algebraic maximum fitness given according to the crossover rate, mutation rate, number of gene
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:794410
    • 提供者:李颖
  1. MTSP

    0下载:
  2. sga_tsp 简单遗传算法求解经典旅行商问题实例,-to solve MTSP problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3082
    • 提供者:前雾灯
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 40 »
搜珍网 www.dssz.com