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

搜索资源列表

  1. GAexample.rar

    2下载:
  2. 遗传算法例程:通过MATLAB,以航班调度排序为例,实现遗传算法。,Genetic algorithm routines: the adoption of MATLAB, in order to sort Flight Scheduling as an example, the realization of genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2015-05-21
    • 文件大小:170363
    • 提供者:xiaozhima
  1. yichuan

    0下载:
  2. Matlab源码(关于车间作业调度问题的遗传算法)有中文解释-Matlab source code (on the job shop scheduling problem of the genetic algorithm) with Chinese explanations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1639
    • 提供者:fo
  1. Hybrid-ES-Program

    0下载:
  2. 针对港口拖轮调度所设计的遗传混合局部搜索算法代码,优化拖轮调度方案,matlab语言编写-Port tugboats are designed for scheduling the genetic code hybrided with local search algorithm to optimize the scheduling program,written by Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4439
    • 提供者:sqq
  1. VRP

    2下载:
  2. 引入路径权重的自适应蚁群算法用于应急物资调度路径优化的Matlab代码 -The introduction of path weights adaptive ant colony algorithm for scheduling path of the emergency supplies optimized Matlab code
  3. 所属分类:matlab

    • 发布日期:2015-10-18
    • 文件大小:2048
    • 提供者:伟伟
  1. 1452

    0下载:
  2. matlab遗传算法求解多目标问题,flowshop调度问题-matlab genetic algorithm for multi-objective problems, flowshop scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:1605
    • 提供者:赵勇
  1. gagagagaaaaaaaaa

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

    • 发布日期:2017-12-07
    • 文件大小:50700
    • 提供者:林上智
  1. PFS1_08aug18

    2下载:
  2. 比例公平调度matlab源程序,按照Goldsmith的无线通信上的算法编程。也可以嵌入到OFDMA资源管理的算法中。 该程序有详细注释。程序函数名称为PFS1_08aug18.m-Proportional fair scheduling matlab source, according to Goldsmith' s wireless communication programming algorithm. May also be embedded in the the OFD
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:1227
    • 提供者:zoey
  1. paike

    4下载:
  2. matlab遗传算法,一个排课程序的例子-matlab genetic algorithm, a course scheduling program example
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:30767
    • 提供者:颜峰
  1. JSPGA

    0下载:
  2. 车间作业调度问题遗传算法 用MATLAB来实现-Job Shop Scheduling Problem genetic algorithm using MATLAB
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-26
    • 文件大小:1514
    • 提供者:
  1. M

    0下载:
  2. 流水线车间生产调度的遗传算法 用MATLAB实现-The line workshop production scheduling genetic algorithm in MATLAB
  3. 所属分类:Tab Control

    • 发布日期:2017-11-17
    • 文件大小:21442
    • 提供者:
  1. os

    0下载:
  2. 有随即算法的应用举例、利用随即算法对随机事件模拟、以及单批道作业调度。第二部分是44经典龙哥库塔的matlab实现。-Examples of applications are then algorithm, then use a random event simulation algorithm, as well as a single batch job scheduling channel. The second part is the 44 classic Long Ge Kuta mat
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:111050
    • 提供者:胡飞
  1. ACO_on_JSSP

    4下载:
  2. 该程序是用matlab实现蚁群优化算法求解车间调度问题-The program is ACO algorithm for the jobshop scheduling problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:57983
    • 提供者:熊福力
  1. Scheduling_NewMethod_1

    3下载:
  2. 针对M2M海量业务在LTE-A调度中的新算法改进,用Matlab测试其丢包率、时延以及系统吞吐量-A new algorithm for M2M massive business in LTE-A scheduling improvements, using Matlab to test its loss rate, delay, and system throughput
  3. 所属分类:Other systems

    • 发布日期:2015-04-24
    • 文件大小:1024
    • 提供者:乐山
  1. rengongmianyidiedai

    1下载:
  2. 网络节点分组调度的人工免疫优化算法通用Matlab程序-Artificial immune network node packet scheduling optimization algorithm generic Matlab program
  3. 所属分类:matlab

    • 发布日期:2015-11-09
    • 文件大小:1024
    • 提供者:庞宁
  1. chejiandiaodu

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

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

    0下载:
  2. pso algorithm to solve job shop scheduling written on matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:500411
    • 提供者:sami
  1. GAforVRP

    1下载:
  2. 利用Matlab编写的程序,GA算法解决车辆调度问题VRP-Programs written in Matlab, GA algorithm to solve vehicle scheduling problem VRP
  3. 所属分类:matlab

    • 发布日期:2016-10-10
    • 文件大小:7168
    • 提供者:曹子建
  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. 引入路径权重的自适应蚁群算法用于应急物资调度路径优化的Matlab编码-Adaptive ant colony algorithm with path weight for Matlab coding of emergency material scheduling
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2548
    • 提供者:小刚刚
  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 3 4 56 »
搜珍网 www.dssz.com