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

搜索资源列表

  1. 遗传算法工具箱源程序

    2下载:
  2. 本程序为遗传算法源代码,可用来解决一系列工程问题,如电力系统机组组合、经济调度等。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 车间作业调度问题遗传算法通用Matlab程序

    8下载:
  2. 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2016-08-21
    • 文件大小:50882
    • 提供者:朱磊
  1. sdasd

    0下载:
  2. 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3509
    • 提供者:李志辉
  1. gadelphi

    0下载:
  2. 遗传算法解决调度问题,用于毕业设计,经运行没有问题!-Genetic algorithm is used to solve scheduling problem, the graduation design, the operation no problem!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:44878
    • 提供者:ronnie
  1. GaBin

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:160511
    • 提供者:mark
  1. JSPGA

    0下载:
  2. 车间作业调度问题遗传算法通用Matlab程序 从GreenSim团队的博客里找的,拿来分享,希望有用-The programme about GA in the JSP problem.Hope it is useful to everyone.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:4752
    • 提供者:Allen
  1. JSP

    0下载:
  2. 利用遗传算法解决作业调度问题,评价函数,算法高效.-The use of genetic algorithm to solve job-scheduling problem, the evaluation function, algorithm efficiency.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1988
    • 提供者:Tiny
  1. gec

    0下载:
  2. 遗传算法,用于解决调度问题,可以看一下对于初学者,希望你成功-genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5842
    • 提供者:zhougang
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. 流水车间批量流调度问题求解方法研究_桑红燕.caj

    0下载:
  2. 利用智能算法 遗传算法等为基础 解决调度问题(The intelligent algorithm, genetic algorithm and so on are used to solve the scheduling problem)
  3. 所属分类:其他

  1. 遗传算法求解VRP问题的技术报告

    1下载:
  2. 本文通过遗传算法解决基本的无时限车辆调度问题。采用车辆和客户对应排列编码的遗传算法,通过种群初始化,选择,交叉,变异等操作最终得到车辆配送的最短路径。通过MATLAB仿真结果可知,通过遗传算法配送的路径为61.5000km,比随机配送路径67km缩短了5.5km。此结果表明遗传算法可以有效的求解VRP问题。(In this paper, genetic algorithm is used to solve the basic vehicle scheduling problem without
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:96256
    • 提供者:阿雨
  1. 项目改进遗传算法二进制罚函数双库三断面

    1下载:
  2. 用于处理并联水库防洪调度问题,防洪目标断面可以是若干个(The program is used to deal with the flood control of Parallel Reservoir and the cross section of flood control target can be several)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:100352
    • 提供者:bu放弃
  1. 代码-多层编码遗传算法的车间调度算法

    0下载:
  2. 智能算法中的遗传算法,解决多层编码车间调度问题(The genetic algorithm in intelligent algorithm solves the problem of multilayer coding shop scheduling.)
  3. 所属分类:matlab例程

  1. 遗传算法 车间调度 甘特图 代码

    2下载:
  2. 遗传算法解决车间调度问题,可以直接运行出结果,没有问题(Solving job shop scheduling problem by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-18
    • 文件大小:3072
    • 提供者:白同学
  1. 遗传算法 车间调度 甘特图 代码

    4下载:
  2. 修改了网上不对的程序,可以用遗传算法求解。并画出甘特图(Modified the wrong program on the Internet, which can be solved by genetic algorithm. And draw Gantt chart.)
  3. 所属分类:其他

    • 发布日期:2019-03-17
    • 文件大小:75776
    • 提供者:有根
  1. 生产调度

    5下载:
  2. 多工序多设备的生产车间调度问题,采用的是精英保留策略的遗传算法(A genetic algorithm based on elite reservation strategy is adopted for multi-process and multi-equipment job shop scheduling problem.)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-17
    • 文件大小:17408
    • 提供者:chengxuxxcv
  1. matlab代码-遗传算法流水车间调度

    2下载:
  2. 用遗传算法解决流水车间问题,里面是matlab代码(The genetic algorithm is used to solve the flow shop problem, which contains matlab code.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-07-16
    • 文件大小:3072
    • 提供者:冰火南极
  1. 主要是基于柔性作业车间调度的遗传算法求解

    4下载:
  2. 主要用于作业车间调度的遗传算法求解,研究的问题是柔性作业车间(It is mainly used to solve the genetic algorithm of job shop scheduling. The research problem is flexible job shop)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-03
    • 文件大小:10240
    • 提供者:codebit
  1. NSGA2车间调度算法

    4下载:
  2. 该算法是一般NSGA2在车间调度问题上的应用(This algorithm is the application of general NSGA2 in job shop scheduling problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-09
    • 文件大小:11264
    • 提供者:codebit
  1. 基于遗传算法的车间调度实用程序

    2下载:
  2. matlab、使用遗传算法解决车间调度问题(Matlab, using genetic algorithm to solve job shop scheduling problem)
  3. 所属分类:其他

    • 发布日期:2021-04-18
    • 文件大小:5120
    • 提供者:dlq1
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com