CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 遗传算法源代码

搜索资源列表

  1. xuexu

    0下载:
  2. 一个关于遗传算法的源代码,是一篇毕业设计的源代码,很有价值的-a genetic algorithm source code, is a graduate design of the source code and of great value to the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4661
    • 提供者:刘建新
  1. gacshx

    0下载:
  2. 一种基本遗传算法C源代码一种基本遗传算法C源代码-a basic genetic algorithm C source code for a basic genetic algorithm C source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:640133
    • 提供者:李一一
  1. JGA

    0下载:
  2. 实现一个函数的数值优化的遗传算法源代码,采用二进制编码实现,里面有详细的说明,非常适合初学者!-achieve a numerical optimization function of the genetic algorithm source code, binary coding achieved, There are detailed explanations, very suitable for beginners!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2606
    • 提供者:lixingbing
  1. genetic2

    0下载:
  2. 遗传算法的c源代码,内含说明,只不过是英文!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12596
    • 提供者:gjc
  1. GA

    0下载:
  2. 一个关于遗传算法的源代码示例,可用于修改称为实现多个目的的源代码。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:38821
    • 提供者:刘晓炜
  1. GA

    0下载:
  2. 遗传算法是近来较为热门的结构优化方法,C源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3748
    • 提供者:郝晓
  1. wtls

    7下载:
  2. 加权总体最小二乘matlab工具箱,包含各种总体最小二乘算法的源代码-weighted total least squares toolbox
  3. 所属分类:Algorithm

    • 发布日期:2015-06-25
    • 文件大小:164046
    • 提供者:luyuan
  1. SGA

    0下载:
  2. 遗传算法是在生物进化的启示下得到的一种搜索和自适应算法。此程序包为GA算法的源代码。-Genetic algorithms are inspired by biological evolution to be a search and adaptive algorithm. This package for the GA algorithm source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:294357
    • 提供者:bipengjiang
  1. diffevol-1.10

    0下载:
  2. 微分进化策略的C++源代码。该算法是寻找一个集合中最优个体的一种遗传算法。-Differential Evolution Strategy C++ source code. The algorithm is to find an optimal set of individuals of a genetic algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:18910
    • 提供者:刘昆
  1. rga

    1下载:
  2. 实数编码的遗传算法的源代码,用c语言编写的。-Real-coded genetic algorithm source code, written in c language.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:13905
    • 提供者:wxy
  1. GACCCCC

    0下载:
  2. 使用遗传算法的C++源代码 使用遗传算法的C++源代码 -The use of genetic algorithms using C++ source code for genetic algorithm using C++ source code for genetic algorithm using C++ source code for genetic algorithm source code for C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:84076
    • 提供者:金刚
  1. GA

    0下载:
  2. 标准遗传算法源代码,内含算例,进一步理解遗传算法的原理和过程-Norma código genético de origen algoritmo, incluye ejemplos, y la comprensión sobre los principios y el proceso de algoritmo genético
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3124
    • 提供者:陈天
  1. multi

    2下载:
  2. 带等式约束的多目标遗传算法工具箱nondominated sorting genetic algorithmⅡ,NSGA-Ⅱ优化源代码-With equality constraint multi-objective genetic algorithm toolbox nondominated sorting genetic algorithm Ⅱ NSGA-II optimized source code
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:645
    • 提供者:aichenwang
  1. build1

    0下载:
  2. 遗传算法基础源代码,已调试,可直接使用,其他用途可在此基础上修改参数和评价语句。-The genetic algorithm underlying source code, debugging can be used directly, other uses can be modified on the basis of the parameters and the evaluation statement.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:12321
    • 提供者:孙小笛
  1. Knapsack-problem-based-on-GA

    1下载:
  2. 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:421039
    • 提供者:李海波
  1. Clone-Algorithm-For-TSP

    0下载:
  2. 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1697168
    • 提供者:lijh
  1. GA

    0下载:
  2. 遗传算法求解TSP问题,包括源代码和测试数据。-Genetic algorithm for TSP, including source code and test data.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2811
    • 提供者:小麦
  1. GA_test

    0下载:
  2. 遗传算法经典问题,GA求公式最优解,个人手写源代码。公式为f(x1,x2) = 21.5 + x1*sin(4*Pi*x1) + x2*sin(20*Pi*x2)。最优解达38.850252-Classical genetic algorithm problem, GA seeking the optimal solution formula, personal hand-written source code. The formula for f (x1, x2) = 21.5+ x1* si
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:487537
    • 提供者:周国乔
  1. GA

    2下载:
  2. 遗传算法反演程序源代码,主要反演瞬变电磁数据-Code for GA
  3. 所属分类:Algorithm

    • 发布日期:2016-02-26
    • 文件大小:3072
    • 提供者:卢春
  1. Genetic-algorithm-source-code

    0下载:
  2. 遗传算法的源代码,一共有三个,可以在vc或者vs上运行-Genetic algorithm source code, a total of three, or you can run on vc vs
  3. 所属分类:Algorithm

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