CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - matlab车间遗传算法

搜索资源列表

  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. 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. chejiandiaodu

    0下载:
  2. 本算法是用标准遗传算法来优化车间调度,具有很好的实时性。-This algorithm is a standard genetic algorithm to optimize shop scheduling with a good real-time.
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3840387
    • 提供者:wuhao3424
  1. JSPMATLABsourcecode

    1下载:
  2. 车间作业调度问题遗传算法通用MATLAB源程序-the source code is for the workshop schedule program with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:20014
    • 提供者:木子
  1. matlab

    0下载:
  2. MATLAB6.5辅助优化计算与设计,遗传算法在车间布局优化中的应用-We address the two-stage assembly scheduling problem where there are m machines at the first stage and an assembly machine at the second stage.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6947
    • 提供者:小李子
  1. GA_Intelligent

    1下载:
  2. 只能制造技术车间调度程序,采用遗传算法对工序进行安排和寻优。-Scheduler can only manufacturing plant, a genetic algorithm optimization process for the arrangements and.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:3021
    • 提供者:出来乍到
  1. Jobshopschedulingsimulatedannealinggeneticalgorith

    7下载:
  2. 车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:17815
    • 提供者:赵欣
  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

    0下载:
  2. 遗传算法源代码,主要用于车间调度的优化算法-Genetic algorithm source code, mainly for shop scheduling optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:11390
    • 提供者:田有全
  1. Genetic-algorithm-Matlab

    1下载:
  2. 以加工时间最短为目标,对机加车间工件加工问题建立数学模型。针对标准遗传算法(SGA)求解存在的早熟收敛、求解精度低等问题,提出一种改进的遗传算法。-Aiming at the shortest processing time, the mathematical model of machining workpieces in machining workshop is set up. Because of premature convergence and low precision for s
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5048
    • 提供者:俊采星驰
  1. 基于遗传算法的车间布局优化MATLAB源码

    2下载:
  2. 基于遗传算法的车间布局优化MATLAB源码
  3. 所属分类:matlab例程

  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. 车间

    0下载:
  2. 车间布局优化是将加工设备、物料输送设备、工作单元和通道走廊等布置物体合理地放置在一个有限的生产车间内的过程。车间布局优化模型是一个含有较为复杂约束的非线性连续优化模型,可以使用遗传算法进行优化。(Workshop layout optimization is the process of processing equipment, material conveying equipment, work unit and corridor and so on, and arranging the o
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:高岭之花
  1. Ch8_GA_JSP

    2下载:
  2. 用遗传算法解决简单的JSP问题,即作业车间调度问题,并可绘制流程图。(The genetic algorithm is used to solve the simple JSP problem, that is, the job shop scheduling problem, and can draw the flow chart.)
  3. 所属分类:matlab例程

  1. 基于多层编码遗传算法的车间调度算法

    0下载:
  2. 基于多层编码遗传算法的车间调度算法(matlab实现)(Job shop scheduling algorithm based on multi-layer coded genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:11264
    • 提供者:我爱你长喜
  1. 生产调度matlab

    1下载:
  2. 基于遗传算法的车间调度的MATLAB实现,很好改进,实用(MATLAB implementation of job shop scheduling based on genetic algorithm is very good and practical.)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-08
    • 文件大小:16384
    • 提供者:雨雨雨
  1. 生产调度

    6下载:
  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. Ch8_GA_JSP

    0下载:
  2. 利用遗传算法解决车间作业调度问题,matlab代码(Using Genetic Algorithms to Solve Job Shop Scheduling Problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-23
    • 文件大小:6144
    • 提供者:lhme
  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
« 12 »
搜珍网 www.dssz.com