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

搜索资源列表

  1. GA_TSP

    0下载:
  2. 该文包括了基于 Matlab 的遗传算法解决 TSP 问题的 基本说明 , 并在文后附录了实现该算法的所有源代码 。 此代 码经过本人的运行 , 没有发现错误 , 结果比较接近理论最优 值,虽然最优路径图有点交叉。 因为本人才疏学浅 , 本报告及源代码的编译耗费了本人 较多的时间与精力 , 特收取下载 积分 , 还请见谅 。 若有什么 问题,可以私信,我们共同探讨这一问题。 希望能对需要这方面的知识的人有所帮助!-Descr iption: Descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:3766
    • 提供者:小小
  1. GATSP

    0下载:
  2. 有关遗传算法的,解决TSP问题的,可能比较简单,用maltab写的,一个师兄的作品,上传上来仅供大家参考借鉴-Genetic algorithm to solve TSP problem may be relatively simple, with maltab write, a senior works, upload up only for all to draw
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:3480
    • 提供者:吴会
  1. yichuansuanfa

    0下载:
  2. 一种基于遗传算法的关联规则挖掘算法,将遗传算法运用到关联规则中,介绍了遗传算法的工作流程-An algorithm for mining association rules based on genetic algorithm, the genetic algorithm is applied to the association rules, introduces the genetic algorithm work flow
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:94008
    • 提供者:黄慧君
  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-02
    • 文件大小:48045
    • 提供者:黄慧君
  1. chapter9

    0下载:
  2. matlab 源码 多目标遗传算法 matlab 源码 多目标遗传算法-the matlab source multi-objective genetic algorithm matlab source multi-objective genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:1032
    • 提供者:zhang qin wei
  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. GA-toolbox-of-MATLAB

    0下载:
  2. matlab遗传算法工具箱及其应用,适合使用遗传算法的学者下载学习。-matlab genetic algorithm toolbox and its application, download the study for scholars of the use of genetic algorithms.
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:9758164
    • 提供者:一休
  1. GA-Toolbox-of-Matlab

    0下载:
  2. Matlab遗传算法工具箱及其应用 详细地介绍了GA工具箱的各类函数及其使用,并附有大量算例-Matlab genetic algorithm toolbox and its application, in detail the GA toolbox various functions and their use, together with a large number of examples
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:9704734
    • 提供者:Wayen Tye
  1. A-hybrid

    0下载:
  2. 针对传统的BP或GA对模糊神经网络的识别应用存在收敛容易陷入局部极小 识别率低下等问题 提出一 种基于BFGS的混合遗传算法 其基本思想为 首先构造一种前馈型模糊神经网络结构 然后用遗传算法进化若干代 后 当目标函数的梯度或者范数小于预先设定值 则改用BFGS算法进行优化识别 仿真实验表明 对比GA该算法 收敛速度较快 识别精度提高了约7% 能够较好地应用于一类模糊神经网络的识别-In traditional BP or GA to identify the application
  3. 所属分类:Project Design

    • 发布日期:2017-11-12
    • 文件大小:732350
    • 提供者:renxiuju
  1. Matlab--GAOT.

    0下载:
  2. matlab遗传算法工具箱GAOT的应用-Matlab application of genetic algorithm toolbox GAOT.
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:210186
    • 提供者:张嘉城
  1. Non-numerical-parallel-algorithms

    0下载:
  2. 非数值并行算法:遗传算法 适用于需要在遗传领域进行研究的程序员-Non-numerical parallel algorithms: genetic algorithm applied to the research needs in the field of genetics programmers
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:4089675
    • 提供者:张嘉城
  1. Matlab-genetic-algorithm

    0下载:
  2. 基于Matlab的遗传算法实现,适用于在matlab环境下进行遗传学的实验的分析-Based on Matlab genetic algorithm applied to the analysis of the genetics experiments in the Matlab environment
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:78705
    • 提供者:张嘉城
  1. MATLAB-programming-methods

    0下载:
  2. 简要阐述了遗传算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用-Briefly the basic principles of genetic algorithms to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate the pro
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:77601
    • 提供者:张嘉城
  1. Genetic-algorithm-in-MATLAB

    0下载:
  2. 探讨了在 MATLAB 环境中实现遗传算法仿真的方法 ,并以一个简单的求函数最值的问 题作为遗传算法的应用实例 ,说明遗传算法的全局寻优性及用 MATLAB 实现仿真的可行性-Explore the genetic algorithm simulation in MATLAB environment, and the value of a simple demand function as genetic algorithm application examples, descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:129428
    • 提供者:张嘉城
  1. principles-of-evolutionary-algorithm

    0下载:
  2. 简要阐述了进化算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用。 -Briefly the basic principles of evolutionary algorithm, to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:2760200
    • 提供者:张嘉城
  1. 01527446

    1下载:
  2. 关于资源受限项目调度的遗传算法文章,使用NSGA2算法。-The article about the resource-constrained project scheduling genetic algorithm, using NSGA2 algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:250880
    • 提供者:崔洋洋
  1. 04425050

    0下载:
  2. 基于混合遗传算法的多资源受限离散时间 花费研究-Hybrid genetic algorithm-based multi-resources-constrained discrete time spent
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:382184
    • 提供者:崔洋洋
  1. jobshop

    0下载:
  2. 使用遗传算法和粒子群算法共同解决混合车间作业调度问题的文章-The use of genetic algorithm and particle swarm algorithm to solve the articles of the Hybrid Job Shop Scheduling Problem
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:458889
    • 提供者:崔洋洋
  1. 3258

    1下载:
  2. 针对多目标优化的精英保留非劣排序遗传算法(NSGA-11)精英保留非劣排序遗传算法.-Elitist non-dominated sorting genetic algorithm for multi-objective optimization elitist non-dominated sorting genetic algorithm (NSGA-11).
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:147706
    • 提供者:崔洋洋
  1. ga_basicprogram

    0下载:
  2. 模拟退火遗传算法,是英语初学者学习,是个很好的例程-Simulated annealing genetic algorithm, English for beginners to learn, it is a good routine
  3. 所属分类:Software Testing

    • 发布日期:2017-12-07
    • 文件大小:1488
    • 提供者:徐睿
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com