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

搜索资源列表

  1. AdapGA

    0下载:
  2. Srinvivas提出的自适应遗传算法,交叉概率和变异概率随适应度自动改变-Srinvivas proposed genetic algorithm, crossover probability and mutation probability automatically change with fitness
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:891
    • 提供者:liqiang
  1. MATLAB-GeneticAlgorithm

    0下载:
  2. 关于遗传算法的matlab程序,非常适合初学者使用,特别是想对程序研究比较深入的同行来说,更为重要了-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3812
    • 提供者:张可夫
  1. QGA

    0下载:
  2. 量子遗传算法的matlab程序,和大家分享-Quantum genetic algorithm matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3792
    • 提供者:何新
  1. ga-funtion-Matlab

    0下载:
  2. 遗传算法求解函数优化问题的实现,多目标,最优解-Genetic Algorithm for Function Optimization implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:987661
    • 提供者:qianxiaobo
  1. genetic-algorithm

    0下载:
  2. 遗传算法是一种进化算法,应用广泛,此文件包含基本遗传算法,顺序选择遗传算法,适值函数标定的遗传算法,大变异遗传算法,自适应遗传算法,双切点交叉遗传算法,多变异位自适应遗传算法matlab源代码,供大家参考-Genetic algorithm is an evolutionary algorithm, widely used, this file contains the basic genetic algorithm, genetic algorithm selection order coin
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6427
    • 提供者:熊杰
  1. matlab-GA-JSP

    0下载:
  2. matlab遗传算法解决车间调度问题,适用于一般问题-matlab genetic algorithm to solve job shop scheduling problem, the problem for general
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 用Matlab编写的基本遗传算法程序,适合于初学者-Prepared using Matlab basic genetic algorithm, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:5405
    • 提供者:曾牧
  1. genetic

    0下载:
  2. 基本遗传算法的MATLAB实现,可自行调试参数-genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:522
    • 提供者:王一
  1. GA

    0下载:
  2. 遗传算法MATLAB工具箱及其应用实例。-GA algorithm toolbox & instance
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:480450
    • 提供者:robert
  1. 遗传算法

    0下载:
  2. 采用matlab语言编写,解决线路规划问题即VRP(solving VRP in matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:21504
    • 提供者:superjsnow
  1. MATLAB智能算法(遗传_神经网络_蚁群_免疫)

    1下载:
  2. 针对matlab中智能算法工具箱求解多目标函数问题是用遗传算法工具箱更加方便的计算多约束优化问题。(Aiming at the problem that multi-objective function is solved by using the intelligent algorithm toolbox in matlab, it is more convenient to calculate multi-constrained optimization problem with genet
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:1501184
    • 提供者:李乃双
  1. 《Matlab遗传算法工具箱及应用》源码

    1下载:
  2. 《Matlab遗传算法工具箱及应用》源码(Matlab genetic algorithm toolbox and application" source code)
  3. 所属分类:易语言编程

    • 发布日期:2017-12-20
    • 文件大小:1395712
    • 提供者:liangzige
  1. PBGGA

    0下载:
  2. 遗传算法计算二维光子晶格禁带(基于平面波展开法)(Calculation of two dimensional photonic lattice forbidden band by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:ningzhang
  1. DE

    0下载:
  2. 基于差分进化算法的优化算法。在MATLAB平台上运行,可以解决参数优化问题。是一种遗传算法。(Differential evolution algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:折夏
  1. 遗传算法的相关知识代码

    1下载:
  2. 遗传算法与其他算法结合的matlab相关编程,以及在车间调度问题上的应用(Combining genetic algorithm and other algorithms of matlab programming, as well as the application in the workshop scheduling problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:13312
    • 提供者:nb123
  1. 基于遗传算法的matlab语言车辆路径问题

    3下载:
  2. 车辆路线问题(VRP)最早是由Dantzig和Ramser于1959年首次提出,它是指一定数量的客户,各自有不同数量的货物需求,配送中心向客户提供货物,由一个车队负责分送货物,组织适当的行车路线,目标是使得客户的需求得到满足,并能在一定的约束下,达到诸如路程最短、成本最小、耗费时间最少等目的。(The vehicle routing problem (VRP) was first proposed by Dantzig and Ramser in 1959, it refers to a cer
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:niada
  1. 人工免疫遗传算法程序--改进的遗传算法

    0下载:
  2. 人工免疫遗传算法的matlab代码实现,实测可以出结果。(artificial immune genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:8192
    • 提供者:小迪要加U
  1. MATLAB遗传算法工具箱及应用(雷英杰) 3.pdf

    0下载:
  2. matlab语言的工具箱 使用 很难找的资料(MATLAB language toolbox, it is difficult to find information)
  3. 所属分类:其他

  1. ga_main

    0下载:
  2. 利用matlab遗传算法, 求最优解问题(The problem of optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:王97
  1. NSGA-II

    1下载:
  2. NSGA2 带精英策略的非支配遗传算法 matlab算法包(NSGA2 elitist genetic algorithm matlab algorithm package with elitist strategy)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:156672
    • 提供者:猩博士
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com