CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scheduling in matlab

搜索资源列表

  1. xiaofei_jsp

    3下载:
  2. 该程序是用MATLAB写的,用pso算法解决了6X6的车间调度问题,并绘制了甘特图,代码简单易学。-The program is written in MATLAB, a 6X6 with pso algorithm to solve the job shop scheduling problem, and draw a Gantt chart, the code is easy to learn.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:34414
    • 提供者:XiaoFei
  1. JobShopSchedulingProblemMatlabGeneticAlgorithm

    0下载:
  2. 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1725
    • 提供者:sxb
  1. multiprocessor

    0下载:
  2. multi processor scheduling with genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1711
    • 提供者:mehdi
  1. CODE_GA_C

    0下载:
  2. NSGAII in matlab code for multiobjective scheduling problem
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:33692
    • 提供者:Duy
  1. GATOOLS

    0下载:
  2. Source code GA in Matlab code, multiobjective scheduling problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:102491
    • 提供者:Duy
  1. b

    0下载:
  2. 一种求解Job-Shop调度问题的 混合自适应变异粒子群算法 -Solving Job-Shop scheduling problem by hybrid particle swarm optimization with adaptive mutation
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:132946
    • 提供者:sunhua
  1. MM1

    3下载:
  2. M/M/1单服务台派对系统,(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客后的顾客平均队长及平均排队等待时间-M/M/1 single desk party system (with the event scheduling system for discrete event simulation) model to reach customers arrival time and cu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:7779
    • 提供者:飞龙
  1. SHEDULINGALGOofdma

    0下载:
  2. a simple but efficeint scheduling Algorithm in a context ofdma. The idea is to satisfy fairness and the QOS from 2 point of view the first part of sub carrier will be allotted in such way that the flow total of the system is guaranteed and the se
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:590
    • 提供者:maryam
  1. zydu-matlab

    0下载:
  2. 用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:875
    • 提供者:wllx
  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. 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. 30-cases-in-matlab

    1下载:
  2. MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedur
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:1560351
    • 提供者:Binjie Liao
  1. Shop-scheduling-algorithm

    0下载:
  2. 根据多层编码遗传算法原理,在matlab中编程实现基于多层编码遗传算法的车间调度算法-According to the principle of multi-coded genetic algorithm in matlab programming shop scheduling algorithm based on multi-coding genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:12039
    • 提供者:吴逸
  1. Genetic-algorithm-approach

    0下载:
  2. Genetic algorithm approach in single machine scheduling in matlab
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:2216
    • 提供者:chiu sung-wei
  1. jieguo

    0下载:
  2. 车间调度工序的实现在MATLAB程序中基于遗传算法- The realization of job shop scheduling in MATLAB program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5256
    • 提供者:杨迪
  1. load scheduling by genetic algorithm

    0下载:
  2. this research paper is based on Load scheduling in power system by genetic algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:283648
    • 提供者:anees1411
  1. Ch9_CyclicOrdering

    4下载:
  2. 服务运作人员排班,在某一时间段内为每一个服务运作人员明确当班或休息的时间,以使服务运作人员闲置总量最小,利用率最大。(Service operator scheduling, in a certain period of time, for each service operator clear duty or rest time, in order to make service operators idle the smallest amount, the largest utilizati
  3. 所属分类:matlab例程

  1. Application of MATLAB in mathematical modeling

    1下载:
  2. 数学建模实例,配合MATLAB在数学建模中的应用(第二版)的书籍使用,是数学建模中常规方法实现的具体代码,以及具体历届数学建模竞赛实例,彩票中的数学、露天矿卡车调度问题、奥运会商圈规划问题等(Mathematical modeling examples, the application of MATLAB in mathematical modeling (Second Edition) the use of books, is the implementation of conventiona
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:3284992
    • 提供者:jiadage
  1. Fuzzy PID Controllers in MATLAB and Simulink

    1下载:
  2. Implementation of Fuzzy Gain Scheduling for PID Controllers in MATLAB and Simulink Fuzzy PID Controller in MATLAB and Simulink An approach to tune the PID controller using Fuzzy Logic, is to use fuzzy gain scheduling, which is proposed by Zhao, i
  3. 所属分类:matlab例程

    • 发布日期:2021-02-21
    • 文件大小:316416
    • 提供者:amardz
  1. 粒子群code优化生产调度matlab

    5下载:
  2. 利用粒子群优化算法用于生产调度,结果为直观的甘特图(Particle Swarm Optimization (PSO) algorithm is used in production scheduling, and the result is intuitive Gantt chart.)
  3. 所属分类:其他

    • 发布日期:2019-05-09
    • 文件大小:15360
    • 提供者:zhuifengkaka
« 12 3 »
搜珍网 www.dssz.com