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

搜索资源列表

  1. jobshopscheduling

    0下载:
  2. 遗传算法求解车间调度问题,基于工件的编码,以la16为算例-Genetic Algorithm shop scheduling problem, based on the coding of the workpiece to la16 as examples
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:50941
    • 提供者:墨雪天涯
  1. cx

    0下载:
  2. 基于遗传算法的车间调度问题,程序可以使用,也可以自己修改参数对程序进行改编-Shop scheduling problem based on genetic algorithm, the program can use, also can modify parameters for adaptation of the program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:11868
    • 提供者:孟庆洋
  1. JSP

    0下载:
  2. 有关经典车间调度的算法,车间作业调度问题(JSP)的遗传算法通用MATLAB源代码,-The classical job shop scheduling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:25848
    • 提供者:ikkyu
  1. Genetic-algorithm

    0下载:
  2. 这是一个有关车间调度的遗传算法,车间调度主要是job-shop调度有关的matlab算法。-genetic algorithm,
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:19499
    • 提供者:ikkyu
  1. chejiandiaodu

    0下载:
  2. 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3437
    • 提供者:yyl
  1. Ch8_GA_JSP

    0下载:
  2. 用MATLAB软件实现遗传算法解决作业车间调度问题-Genetic algorithms using MATLAB software to solve the job shop scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7043
    • 提供者:高雅
  1. JSPGA

    0下载:
  2. 关于车间调度问题JSP的遗传算法.直接可以调用该函数进行运算-About shop scheduling problem JSP GA
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2708
    • 提供者:徐毓全
  1. TLBO

    6下载:
  2. 教与学算法(TLBO),是一种非常好用人工智能算法,类似于遗传算法,可以用在算法寻优和调度排序等方面。-Teaching and learning algorithms (TLBO), is a very easy to use artificial intelligence algorithms, like genetic algorithm, the algorithm can be used in the optimization and scheduling sorting and so
  3. 所属分类:matlab例程

    • 发布日期:2017-04-23
    • 文件大小:2055
    • 提供者:哇啊
  1. SDFS

    0下载:
  2. 资料\ 为遗传算法相关的一些文章:遗传算法入门——自zzwu的博客遗传算法——百度百科 基于遗传算法的车间调度问题先进算-Data \ some articles related to genetic algorithms: genetic algorithms entry- since zzwu s blog Genetic Algorithms- Baidu Encyclopedia Genetic Algorithm shop scheduling problem Adva
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-10
    • 文件大小:16943077
    • 提供者:hu
  1. aberrance

    0下载:
  2. 遗传算法解决作业车间调度问题,这一M文件为遗传算子的变异操作-Genetic algorithms to solve the job shop scheduling problem, the M-file for the genetic mutation operator
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:526
    • 提供者:zxy
  1. across

    0下载:
  2. 遗传算法解决作业车间调度问题,这一M文件为遗传算子的交叉操作-Genetic algorithms to solve the job shop scheduling problem, the M-file for the genetic operators crossover operation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:881
    • 提供者:zxy
  1. cal

    0下载:
  2. 遗传算法解决作业车间调度问题,,这一M文件计算目标函数值。-Genetic algorithms to solve the job shop scheduling problem,, the M-file to calculate the value of the objective function....
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:654
    • 提供者:zxy
  1. caltime

    0下载:
  2. 遗传算法解决作业车间调度问题,,这一M文件计算工序的加工顺序与加工时间-Genetic algorithms to solve the job shop scheduling problem,, the M-file to calculate the value of the objective function.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1025
    • 提供者:zxy
  1. JSP

    0下载:
  2. 运用遗传算法解决作业车间调度问题,此M文件为调度问题的主程序代码。-The use of genetic algorithms to solve the job shop scheduling problem, this M-file for the main program code scheduling problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:zxy
  1. yichuansuanfa

    1下载:
  2. 基于遗传算法的优化调度,调度是电力系统的调度,现在应用很广泛。-Based on Genetic Algorithms The scheduling is to schedule the power system, which is widely used now
  3. 所属分类:Project Manage

    • 发布日期:2017-04-29
    • 文件大小:18214
    • 提供者:郭佳伟
  1. job-shop-problem

    0下载:
  2. 使用遗传算法来来解决求解车间调度问题的matlab代码-matlab code for solving job shop problem to use genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:26045
    • 提供者:liuao0910
  1. production-scheduling

    0下载:
  2. 使用遗传算法来来解决解决生产调度优化问题-using genetic algorithm to solve production scheduling problem
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:57955
    • 提供者:liuao0910
  1. genetic-algorithm-

    0下载:
  2. 云计算环境下基于改进遗传算法的任务调度算法-Cloud environment task scheduling algorithm based on improved genetic algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-04-24
    • 文件大小:251545
    • 提供者:胥译涵
  1. genetic-algoritm-jobshopproblem

    0下载:
  2. matlab智能算法 基于多层编码遗传算法解决车间调度问题-genetic algorithm job-shop scheduling problem
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:10971
    • 提供者:zj
  1. vrp

    0下载:
  2. 用简单的遗传算法解决基本的车辆调度问题,新手很容易上手。-vrp ga
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5476
    • 提供者:赵培瑶
« 1 2 ... 7 8 9 10 11 1213 14 15 »
搜珍网 www.dssz.com