• 大小: 97KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-14
  • 语言: Java
  • 标签: MATLAB  JSP  Genetic  algorith  GA  

资源简介

采用基于工序编码的交叉算子,对传统车间调度问题使用遗传算法求解。并采用基准的实例进行验证,例如FT6 或者MT6等。注释比较全面,代码可读性好。

资源截图

代码片段和文件信息

%% Job-shop scheduling problem based on genetic algorithm with POX selection
% Author:Eric.Wan
% Date:2019-12-8
% Add.:ShenYangChina
% Email:970301442@qq.com
% Version: v1.0
function [FitnessValue] = FitnessCalculator(TChromosome)
%%INPUT:
  %T--input matrix:
    %Each instance consists of a line of description a line containing the number of jobs and the number of machines and then one line for each job
    %listing the machine number and processing time for each step of the job. The machines are numbered starting with 0.
    % +++++++++++++++++++++++++++++
    %  Fisher and Thompson 6x6 instance alternate name (mt06)
    %  6 6
    %  2  1  0  3  1  6  3  7  5  3  4  6
    %  1  8  2  5  4 10  5 10  0 10  3  4
    %  2  5  3  4  5  8  0  9  1  1  4  7
    %  1  5  0  5  2  5  3  3  4  8  5  9 
    %  2  9  1  3  4  5  5  4  0  3  3  1
    %  1  3  3  3  5  9  0 10  4  4  2  1
    %  +++++++++++++++++++++++++++++
  %Chromosome -- A chromosometo be evaluated
%% OUTPUT:
  % FitnessValue--fitness value of Chromosome
 [JobsCmaxMachineListSTPT] = SemiActiveDecoding(TChromosome);
  FitnessValue =Cmax;
end


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1161  2019-12-08 13:33  JSP_POX_GA _upload\FitnessCalculator.m

     文件       8739  2019-12-08 13:38  JSP_POX_GA _upload\FT61 .png

     文件      47759  2019-12-08 13:43  JSP_POX_GA _upload\FT62.png

     文件       3568  2019-12-08 13:33  JSP_POX_GA _upload\GanntGraf.m

     文件     122472  2017-10-29 21:57  JSP_POX_GA _upload\JobshopBenchmark instances1.txt

     文件      14554  2017-10-29 21:57  JSP_POX_GA _upload\JobshopBenchmark instances2.txt

     文件       9206  2019-12-07 20:25  JSP_POX_GA _upload\POX_GA.m

     文件       3101  2019-12-08 13:15  JSP_POX_GA _upload\runme.asv

     文件       3127  2019-12-08 13:33  JSP_POX_GA _upload\runme.m

     文件       3845  2019-12-06 20:41  JSP_POX_GA _upload\SemiActiveDecoding.m

    ..A..H.       165  2019-12-06 09:48  JSP_POX_GA _upload\~$新建 Microsoft Excel 工作表.xlsx

     目录          0  2019-12-08 13:43  JSP_POX_GA _upload

----------- ---------  ---------- -----  ----

               217697                    12


评论

共有 条评论