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

搜索资源列表

  1. Genetic_Algorithms_in_dam_safety_monitoring_neural

    0下载:
  2. 本文基于遗传算法思想,采用浮点数矩阵表示编码,在遗传算法的进化过程中加入一定的约束条件等方法,探讨了网络结构的设计和学习。经实例分析,在用于建立大坝安全监控预报模型的前馈神经网络设计中,该方法在满足一定约束条件下,能同时有效地寻找合适的网络结构和相应的参数(神经网络的权值和阈值),且在精度和速度上都有较大的提高,为实现实时在线分析评价大坝的安全性态提供了有力的技术支持。-Based on the genetic algorithm, using a float matrix coding, Ge
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:31053
    • 提供者:汪顺和
  1. AutomaticImageSegmentationAlgorithmThreshold

    0下载:
  2. 摘 要 该文提出了一种新的图像阈值分割算法。该算法通过求取最大模糊熵准则下,灰度均值直方图的最佳模糊划分 参数来确定两个模糊集 和 ,图像分割阈值即选取为两个模糊集的交点。该算法用 的模糊熵定义适应度函数, . / 01234 采用改进的遗传算法寻求最佳模糊参数。该文对遗传算法的改进包括,给出了缩短染色体码长的编码方法和性能良好的 改进的单点交叉算子和均匀变异算子。实验结果表明,该算法的分割效果与二维模糊熵算法接近,而计算时间还没有用 到二维模糊熵算法的一半。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:574832
    • 提供者:阿廖
  1. FLoat_GA.rar

    0下载:
  2. 基于改进的遗传算法,使用浮点编码,使用变量的真值,使其物理意义明确,加速了收敛,Improved genetic algorithm based on the use of floating-point encoding, the true value of the use of variables to make it clear physical meaning to speed up the convergence
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:76108
    • 提供者:张振杰
  1. Gan

    1下载:
  2. 遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-The main genetic algorithm binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also introduces the inversion operation!
  3. 所属分类:software engineering

    • 发布日期:2015-01-18
    • 文件大小:61440
    • 提供者:cityuyang
  1. YICHUAN

    0下载:
  2. 给予遗传算法的K均值聚类算法的c语言源代码,采用浮点数编码格式-ji YU YI CHUAN SUAN FA DE K JUN ZHI SUANFA
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:141720
    • 提供者:jim green
  1. geneticalgorithmforthegenealizedassigmentproblem.r

    0下载:
  2. 分析了排课的数学模型, 根据遗传算法本身特点设计了一种数据结构基因编码 , 及几个涉及到的优化 目标评价函 数 , 提出了利用遗传算法解决排课问题的方法, 并通过试验验证了该方法的有效性、 可靠性 .-Timetable analysis of the mathematical model, according to the characteristics of genetic algorithm design of a data structure of genes encoding,
  3. 所属分类:Project Design

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

    0下载:
  2. 一篇关于遗传算法编码的方式的文章,详细介绍了多种编码方式。-GA code
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:154267
    • 提供者:zhao
  1. applicationexamplesEvolutionprocess

    1下载:
  2. 遗传算法基本理论 经典应用实例 演化程序——遗传算法和数据编码的结合-The basic theory of classical genetic algorithm application examples Evolution process, genetic algorithm and data coding
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:7555739
    • 提供者:chenchun
  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. shishuyichuansuanfa

    0下载:
  2. 基于Delphi语言的实数编码遗传算法,用者根据自己需要做适当修改即可。-Delphi language based on real-coded genetic algorithm, the users according to their needs can make the appropriate changes.
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:3418
    • 提供者:weirunchu
  1. Solving

    2下载:
  2. 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent
  3. 所属分类:Communication

    • 发布日期:2015-09-13
    • 文件大小:1854
    • 提供者:大海
  1. ga_new

    0下载:
  2. 基于复数编码的遗传算法,是实数编码的扩展-Complex coding based on genetic algorithms, real coding is an extension
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:334340
    • 提供者:firice
  1. GA

    0下载:
  2. 这些是遗传算法的编码方案,很实用,希望对大家有所帮助-These are the genetic algorithm coding scheme, it is useful。
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:403269
    • 提供者:宋志彬
  1. shibianyichuan

    0下载:
  2. 实数编码遗传算法中常用变异算子的matlab实现及应用,用matlab编写了各种变异算子并进行了比较-Common mutation operators in real coded genetic algorithms matlab implementation and application, various mutation operator was written using MATLAB and compared
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:48045
    • 提供者:黄慧君
  1. chapter11

    1下载:
  2. 基于多层编码遗传算法的车间调度算法 基于多层编码遗传算法的车间调度算法-Shop scheduling algorithm based on multi-layer coding genetic algorithm-based the workshop scheduling algorithm for multi-layer coding genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:12647
    • 提供者:zhang qin wei
  1. ga01beibao

    0下载:
  2. 改进后的遗传算法采用自然数直接编码在个体选择上结合使用常用的最优个体保留策略和轮盘赌法,基于经典0-1背包问题的数学模型基础,构造改进后的遗传算法和适应度评估,减少二进制编码或浮点型编码的复杂性,同时精 简 适 应 度 评 估 的 计 算。-Improved genetic algorithm uses natural number encoded on individual choice combined with the use of commonly used best individua
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:281676
    • 提供者:mali
  1. renconfiguration

    2下载:
  2. 含分布式电源的配网重构遗传算法 含基因环路编码 目标为网损最小-distributed generations
  3. 所属分类:Communication

    • 发布日期:2016-11-07
    • 文件大小:1616896
    • 提供者:蓝岸
  1. knapsack-problem-

    0下载:
  2. 基于二重结构编码遗传算法求解背包问题的研究-Research knapsack problem based on dual-structure code genetic algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:354671
    • 提供者:金明
  1. ga

    0下载:
  2. 基于遗传算法的多目标算法优化,包括程序的实现(Multi - objective Algorithm Optimization Based on Genetic Algorithm)
  3. 所属分类:文章/文档

  1. 智能算法MATLAB 30程序及分析

    1下载:
  2. 2、案例目录: 1.1 理论基础 1.1.1 遗传算法概述 1. 编码 2. 初始群体的生成 3. 适应度评估 4. 选择 5. 交叉 6. 变异
  3. 所属分类:文档资料

« 12 »
搜珍网 www.dssz.com