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

搜索资源列表

  1. AutomaticImageSegmentationAlgorithmThreshold

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

    • 发布日期:2008-10-13
    • 文件大小:574832
    • 提供者:阿廖
  1. 遗传退火进化算法(附源码)

    3下载:
  2. 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速
  3. 所属分类:文档资料

    • 发布日期:2009-05-05
    • 文件大小:560929
    • 提供者:fengling981825
  1. 改进遗传算法结合灵敏度分析的无功优化

    0下载:
  2. 改进遗传算法结合灵敏度分析的无功优化
  3. 所属分类:文档资料

    • 发布日期:2010-11-17
    • 文件大小:314053
    • 提供者:m2mjake
  1. 用遗传算法解迷宫问题的实现与改进

    0下载:
  2. 用遗传算法解迷宫问题的实现与改进
  3. 所属分类:编程文档

    • 发布日期:2011-04-13
    • 文件大小:29696
    • 提供者:shensuan11
  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. fuzzyC

    0下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序,可以运行,格式需要更改-Improved genetic algorithm fuzzy C means clustering matlab source code, you can run, you need to change the format
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:5112
    • 提供者:李慧
  1. GA

    0下载:
  2. 提出一种改进的二维遗传算法用于图像恢复。-An improved two-dimensional genetic algorithm for image restoration.
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:142346
    • 提供者:彭伟
  1. 123123

    0下载:
  2. TSP遗传算法的改进及其并行化研究. -TSP genetic algorithm and its parallel study.
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2270301
    • 提供者:liyunfei
  1. ga_work1

    0下载:
  2. 利用改进的遗传算法求取函数的最大值,进行优化设计,在MATLAB下可以运行使用。-Using improved genetic algorithm to strike a function of the maximum optimized design, the use of MATLAB can be run under.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1543
    • 提供者:shu
  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. AGA

    0下载:
  2. 介绍一种改进传统遗传算法的新方法,通过调节交叉概率和变异概率-Introduction of a new genetic algorithm to improve the traditional method, by adjusting the crossover probability and mutation probability
  3. 所属分类:Software Testing

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

    0下载:
  2. 基于遗传算法的一些书籍,包括遗传算法原理,编程分析,改进等内容。-A number of books based on genetic algorithms, including genetic algorithm, the program analysis, and improvement of the content.
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:755648
    • 提供者:屈斌
  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. 57843

    0下载:
  2. 识获取的模糊控制系统的基础上改进的遗传算法和神经网络 -Knowledge Acquisition of Fuzzy Control System Based on Improved Genetic Algorithm and Neural Networks
  3. 所属分类:Software Testing

    • 发布日期:2017-04-17
    • 文件大小:270296
    • 提供者:徐文
  1. Reactive-improved-

    0下载:
  2. 基于改进交叉操作的遗传算法无功优化研究-Optimization of Reactive improved genetic algorithm based crossover operation
  3. 所属分类:Development Research

    • 发布日期:2017-05-06
    • 文件大小:1033052
    • 提供者:穆特萨克
  1. Distributed-energy-system-_-DING

    1下载:
  2. 在一个小型分布式发电系统的基础上, 建立分布式供能系统的调度策略和经济调度模型, 通过考虑各种电源的约束条件, 用改进的遗传算法进行求解, 使得分布式微网系统能够实现热电联供, 满足用户的需求. 算例系 统验证了模型与算法的可行性。-On the basis of a small distributed generation systems established on the scheduling policy and economic dispatch model of distribu
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:266997
    • 提供者:伍健全
  1. Improved-genetic-algorithm

    0下载:
  2. 一个改进的遗传算法来求解柔性job-shop问题,主要是初始种群形成的改进,算法讲解很清晰,也有具体的实现流程-An improved genetic algorithm to solve the flexible job shop problem, mainly is the formation of initial population improvement, the algorithm is explained clearly, also have specific implementa
  3. 所属分类:Project Manage

    • 发布日期:2017-05-02
    • 文件大小:621079
    • 提供者:胥译涵
  1. Improved-job-shop-scheduling-method

    1下载:
  2. 为了解决考虑生产总成本的车间调度问题,对引入加工成本、库存管理成本和拖期惩罚成 本的车间调度问题进行了研究,提出了一种改进的遗传算法求解该问题。论述了改进遗传算法的 编码、初始化、选择、交叉和变异操作,通过与基本遗传算法的仿真比较,验证了该算法在收敛速度 和最优解值上的优越性。 -In order to solve the job shop scheduling problem considering the total production cost, the process
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:475716
    • 提供者:袁杰
  1. 改进的遗传算法求解旅行商问题

    0下载:
  2. 一篇优化算法的论文,用改进的遗传算法优化求解旅行商问题。
  3. 所属分类:报告论文

    • 发布日期:2021-11-25
    • 文件大小:336648
    • 提供者:gystruggle01_@
  1. 多目标遗传算法论文

    0下载:
  2. 快速非支配排序和精英选择策略的改进多目标遗传算法NSGA-II
  3. 所属分类:报告论文

« 12 »
搜珍网 www.dssz.com