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

搜索资源列表

  1. ga

    0下载:
  2. genetic algorithm wit delphi TSP
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:9797
    • 提供者:diki
  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. genetic_jang

    0下载:
  2. 這是一個說明GA演算法的範例,可以從範例得知基因演算法的運算過程-This is a descr iption example of GA algorithm can be learned from the example of the computing process of genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:161085
    • 提供者:高永林
  1. ga

    0下载:
  2. 遗传算法基本理论 经典应用实例 国内外状况-The basic theory of genetic algorithm and classical examples
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11958438
    • 提供者:chenchun
  1. GA

    0下载:
  2. 此处涉及到遗传算法,为大家能更好学习遗传算法,特地举例说明-Here relates to genetic algorithms, in order that we can better learn from the genetic algorithm, specifically an example
  3. 所属分类:Project Design

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

    0下载:
  2. C++ implementation of a Genetic algorithm (GA). A population of binary chromosomes is generated randomly to attempt to solve the Weighted MAX SAT Problem. Parameters of crossover, mutation, population size can be controlled via macros in code.There a
  3. 所属分类:software engineering

    • 发布日期:2017-06-02
    • 文件大小:15215576
    • 提供者:MJ
  1. GA-ALgorithm

    0下载:
  2. implement GA on iris
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:12733
    • 提供者:Tao
  1. A_real-time_adaptive_PID_controller_step_motor

    0下载:
  2. 传统PID控制器通常难以满足多变量、非线性、强耦合的步进电机动态响应和精 确调速要求,结合传统PID控制和模糊控制及遗传算法(GA)整定PID参数的优点,设计基于 模糊遗传算法的实时自适应步进电动机PID控制器,充分发挥传统和智能控制策略各自的优 势。仿真结果表明,该实时自适应步进电动机PID控制器,具有很好的自适应能力和抗负载扰 动能力。在稳定性、动态速度响应诸方面均优于传统的PID控制器和模糊控制器,系统达到了 较高调速性能和控制精度。 -Traditional PI
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:467111
    • 提供者:孙文
  1. GA-Solver-en-Matlab

    0下载:
  2. good presenation for genetic algorithm problem solving
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:7120
    • 提供者:mohamed
  1. ga

    0下载:
  2. GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2549
    • 提供者:Sonic
  1. GA

    0下载:
  2. 这是一个关于遗传算法的m文件,不错 o -This is about the genetic algorithm m files, henbucuo o
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1183
    • 提供者:王林
  1. GA

    0下载:
  2. GA遗传算法用matlab实现。里面有非常详细的课件适合初学者使用。里面还有一些具体的仿真过程。-GA genetic algorithm using matlab. There are very detailed courseware for beginners. There is also some specific simulation process.
  3. 所属分类:Project Design

    • 发布日期:2017-11-20
    • 文件大小:1820105
    • 提供者:朱彬彬
  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. GA-Source-code

    0下载:
  2. 基于遗传算法的visual c++语言源程序-Based on genetic algorithm the visual c++ language source
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:18116
    • 提供者:刘伟
  1. GA--matlab

    0下载:
  2. 关于遗传算法的matlab软件实现,里面有三个遗传算法的matlab编程程序。-Matlab genetic algorithm implemented in software, there are three genetic algorithm Matlab programming procedures.
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:26052
    • 提供者:刘伟
  1. Genetic-Algorithm-MATLAB-code-Genetic-Algorithm-O

    0下载:
  2. matlab in GA check it please
  3. 所属分类:software engineering

    • 发布日期:2017-11-02
    • 文件大小:109290
    • 提供者:meme
  1. Genetic-Algorithm-java-code

    0下载:
  2. GA in Java code please enjoy it
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:21796
    • 提供者:meme
  1. AC-BM-GA-Pattern-Matching-Algorithm-Approach-for-

    0下载:
  2. AC-BM-GA Pattern Matching Algorithm Approach for IDS
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:109129
    • 提供者:Cat_K
  1. A-hybrid-cuckoo-search-and-genetic-algorithm-for-

    0下载:
  2. Solving reliability and redundancy allocation problems via meta-heuristic algorithms has attracted increasing attention in recent years. In this study, a recently developed meta-heuristic optimization algorithm cuckoo search (CS) is hybridized wi
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:431402
    • 提供者:fifo_enp
« 12 3 »
搜珍网 www.dssz.com