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

搜索资源列表

  1. binary

    0下载:
  2. 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2 * * * x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding val
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11685
    • 提供者:陈仕林
  1. 基本遗传算法程序

    0下载:
  2. 用二进制数来编码,每个个体用一串二进制编码来表示,适应值计算函数由自己来定义。通过选择、复制、交叉、变异来产生更好的的个体,经过一定代数的循环后,得到最优的个体。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-02-04
    • 文件大小:1072
    • 提供者:psnaaa@sina.com
  1. GA

    0下载:
  2. 采用M语言编写,利用遗传算法二进制编码求函数极值的程序.可以设定编码位数,进化代数,种群大小等。-With M written in binary-coded genetic algorithm function extremum seeking procedure. Can be set to encode digits, evolution algebra, population size.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:8924
    • 提供者:lizheran
  1. GA_SOURCE_CODE

    0下载:
  2. 二进制编码的遗传算法源程序,可以对此算法进行改进,编写出自己需要的程序-Binary-coded genetic algorithm source code, you can improve on this algorithm, write out the procedures they need
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:2714
    • 提供者:liyong
  1. GA_test

    0下载:
  2. 遗传算法:二进制、单点交叉、单点变异、轮盘赌、模拟退火(默认无)、最优个体保留(默认无)-Genetic algorithm: binary, single-point crossover, single-point mutation, roulette, simulated annealing (default no), best individual reservations (default no)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2645
    • 提供者:owen
  1. exp2

    0下载:
  2. 本实验是遗传算法和鱼群算法求解无线传感覆盖问题(组合优化类)的实验。代码可供参考,只需更改目标函数就可以做别的实验。 代码主要包括三个功能: 1.绘图,绘制横纵坐标轴和各点坐标以及各点覆盖范围。 2.遗传算法。CGA类中包括二进制遗传算法。 3.鱼群算法。CFA类中包括二进制离散组合鱼群算法。-The WSN coverage control by GA and AFSA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4791226
    • 提供者:zhoulimin
  1. ga

    0下载:
  2. 包含二进制遗传算法,遗传算法,可直接运行寻优能力强-Contains the binary genetic algorithm, genetic algorithm, can be directly run search ability
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9609
    • 提供者:小游
  1. GA

    0下载:
  2. 基于二进制和实数编码的遗传算法,很好用,肯定能调通-Based on binary and real coded genetic algorithm, is useful, certainly transfer through
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:13257
    • 提供者:桃子
  1. gamatlab

    0下载:
  2. 用二进制遗传算法解决函数的极小值问题,用MATLAB进行仿真,设和初学者-Function of the binary genetic algorithm with the minimum of the problem, with the MATLAB simulation, design and beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:26845
    • 提供者:yangdanxuan
  1. SGAPublic

    0下载:
  2. 遗传算法的matalab实现,(二进制,浮点染色体,轮盘赌,锦标赛选择)-Matalab genetic algorithm implementation (binary, floating-point chromosome, roulette, tournament selection)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:52046
    • 提供者:w
  1. genetic-algorithm

    1下载:
  2. 利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:233397
    • 提供者:谈程序
  1. myGA

    0下载:
  2. 二进制遗传算法,删除了多余的运算步骤,提高了计算效率-Binary algorithm, elimination of redundant operation steps to improve the computational efficiency
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1095
    • 提供者:吕石
  1. 二进制编码遗传算法

    0下载:
  2. 新的二进制编码遗传算法,编码新颖,可以得到启发,利于优化遗传算法学习,初学者可以借鉴。
  3. 所属分类:matlab例程

    • 发布日期:2014-01-08
    • 文件大小:4870
    • 提供者:hqw1987
  1. chap10_1

    1下载:
  2. 二进制遗传算法 MATLAB 求最大值或最小值-genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-01-22
    • 文件大小:2048
    • 提供者:
  1. GA二进制代码

    0下载:
  2. 遗传算法二进制编码代码,C++版本,可以用来求函数极值等问题
  3. 所属分类:OpenCV

  1. 项目改进遗传算法二进制罚函数双库三断面

    1下载:
  2. 用于处理并联水库防洪调度问题,防洪目标断面可以是若干个(The program is used to deal with the flood control of Parallel Reservoir and the cross section of flood control target can be several)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:100352
    • 提供者:bu放弃
  1. TDOA-SGA

    5下载:
  2. 本程序完成了利用标准遗传算法计算基于TDOA定位的移动通信基站定位算法,采用二进制编码过程,选择、交叉、变异操作等,运行结果分析都包含在内。(This program uses standard genetic algorithm to calculate the location algorithm of mobile communication base station based on TDOA positioning, using binary encoding process, sel
  3. 所属分类:matlab例程

    • 发布日期:2020-05-29
    • 文件大小:92160
    • 提供者:山里果壳
  1. Feature Selection using GA

    2下载:
  2. 用二进制遗传算法做特征选择,此算法效率高,选择的特征数目少。(The binary genetic algorithm is used for feature selection, which has high efficiency and few features.)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-16
    • 文件大小:3343360
    • 提供者:xiaohe1234
  1. neural-network-genetic-algorithm-master

    2下载:
  2. 为了自动学习CNN的深度网络结构,网络结构的数量随着网络中间层数量的增加呈指数增长,这启发我们使用遗传算法有效地遍历这个大的搜索空间。我们首先提出一种编码方法,将每个网络结构表示为一个固定长度的二进制字符串,然后通过生成一组随机个体来初始化遗传算法。在每一代中,我们定义标准的遗传操作(如选择、突变和交叉)来消除弱势个体并产生更具竞争力的个体。(In order to automatically learn the deep network structure of CNN, the number
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-04-17
    • 文件大小:8192
    • 提供者:崔宁敏
  1. nsga2多目标遗传算法C语言

    0下载:
  2. 程序功能:实现nsga2算法,测试函数为ZDT1,ZDT2,ZDT3,ZDT4,ZDT6,DTLZ1,DTLZ2 说明:遗传算子为二进制竞赛选择,模拟二进制交叉和多项式变异,使用C语言
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2022-11-07
    • 文件大小:80963
    • 提供者:cuisheng130
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com