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

搜索资源列表

  1. 粒子群算法计算最短路径

    6下载:
  2. 优化问题是工业设计中经常遇到的问题,许多问题最后都可以归结为优化问题. 为了解决各种各样的优化问题,人们提出了许多优化算法,比较著名的有爬山法、遗传算法等.优化问题有两个主要问题:一是要求寻找全局最小点,二是要求有较高的收敛速度. 爬山法精度较高,但是易于陷入局部极小. 遗传算法属于进化算法( Evolutionary Algorithms) 的一种,它通过模仿自然界的选择与遗传的机理来寻找最优解. 遗传算法有三个基本算子:选择、交叉和变异. 但是遗传算法的编程实现比较复杂,首先需要对问题进行编
  3. 所属分类:源码下载

  1. Genetic-Algorithm

    0下载:
  2. 压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出-Compressed within a collection of some of the commonly used C# 7 kinds of genetic algorithms is mainl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:21624
    • 提供者:罗云峰
  1. ga_seg

    0下载:
  2. 改进基本遗传算法与最大熵法结合用于图像分割-Improvement of the basic genetic algorithm combined with the maximum entropy method for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:75846
    • 提供者:maoyulong
  1. ga

    0下载:
  2. 基本遗传算法,求函数最值问题。全用C编写,使用VC6.0完全可以编译通过。-The basic genetic algorithm, the most value for the issue of function. Prepared by C-wide, using VC6.0 can be compiled through.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3111
    • 提供者:高超
  1. myGA

    0下载:
  2. 王正林优化教程里的基本遗传算法,与大家共享-The Zhenglin optimization tutorial basic genetic algorithm, and share
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:951
    • 提供者:sln
  1. scs

    0下载:
  2. 本程序为基本遗传算法学习分类系统源程序,根据系统的输入,该程序进行分析,最终将输入分配到相应的类别中-This procedure as the basic genetic algorithm to learn classification system source code, according to the system input, an analysis of the program will eventually enter the assigned to the correspon
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:7838
    • 提供者:朱某
  1. 1620821978

    0下载:
  2. 用C语言编写的基本遗传算法,读者可以根据需要进行相应参数的设定。-Using C language prepare the basic genetic algorithm, the reader can make the appropriate parameters.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:680566
    • 提供者:程俊仁
  1. GeneticLearning

    0下载:
  2. 基本遗传学习分类系统,编写了基本遗传算法程序-Genetic study basic classification system, the preparation of the basic genetic algorithm procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:7746
    • 提供者:孟军
  1. SGA

    0下载:
  2. 实现基本遗传算法对Rosenbrock函数的全局最大值的计算,可以通过改变遗传算子和染色体的编码解码来实现基本遗传算法通用性。-Genetic algorithm to achieve the basic function of Rosenbrock calculation of the overall maximum value, you can by changing the genetic operator and chromosome codec to achieve universal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:10022
    • 提供者:liuzhaodong
  1. vddbsga

    0下载:
  2. 基本遗传算法程序,使用的是单点交叉,基本位变异算子可以求出函数的最优解,。-Basic genetic algorithm, the use of a single-point crossover, the basic bit mutation operator function can be obtained optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:223812
    • 提供者:张彩
  1. genetic

    0下载:
  2. matlab遗传算法编码 采用基本遗传算法 同时加入刘海交叉法对算法进行改进 解决TSP问题-matlab genetic algorithm coding the basic genetic algorithm using crossover method Liu also added to improve the algorithm to solve TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3039
    • 提供者:mm
  1. setup

    0下载:
  2. 基本遗传学习分类系统,基本遗传算法的源码 -Basic genetic study and classification system, the basic genetic algorithm source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:367011
    • 提供者:jianan
  1. jbGA

    0下载:
  2. 基本遗传算法C语言程序,可移植性高,算法完备可靠-The basic genetic algorithm C language program, portability high, complete and reliable algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1475
    • 提供者:梅雨
  1. GA

    0下载:
  2. 用VC++编写的基本遗传算法的源程序,而且有中文解释,适于初学者。-GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2083
    • 提供者:丁彪
  1. ga-base

    0下载:
  2. 基本遗传算法的MATLAB编程,未利用MATLAB工具箱,但更能帮助理解遗传算法的基本思想及其核心。-The basic genetic algorithm MATLAB programming, without the use of MATLAB toolbox, but the more help you understand the basic idea of genetic algorithms and its core.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2854
    • 提供者:jyll
  1. ga

    0下载:
  2. 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27734
    • 提供者:mayi789
  1. GA2

    0下载:
  2. 遗传算法--分层遗传改进算法函数最优化。在基本遗传算法基础上假如分层概念。-Genetic Algorithms- Hierarchical Genetic Algorithm to optimize the function. In the basic genetic algorithm based on the concept that if layered.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:15829
    • 提供者:张瑞
  1. GA4

    0下载:
  2. 遗传算法--基本遗传算法的函数最优化(预选择机制)。保留每代中最优秀的个体进行遗传。-Genetic algorithms- the basic genetic algorithm function optimization (pre-selection mechanism). To retain the best in every generation genetic individuals.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:224193
    • 提供者:张瑞
  1. AIA2

    1下载:
  2. 人工免疫克隆选择算法是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法。-Artificial immune clonal selection algorithm is a relatively new type of intelligent algorithms, the basic algorithm structure and the genetic algorithm is similar to, the following sour
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-05
    • 文件大小:1196
    • 提供者:张望
  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 2 3 4 5 6 7 89 10 11 12 13 ... 26 »
搜珍网 www.dssz.com