Python
14
240 commits
updated Sep 21, 2024
root/
├── benchmarks/ # Benchmarks used for testing the models
│ ├── jssp/ # Benchmarks for Job-Shop Scheduling (JSSP)
│ └── fjsp/ # Benchmarks for Flexible Job-Shop Scheduling (FJSP)
├── data/ # Data produced by testing the models on the benchmarks
│ ├── scripts/ # Scripts used for analysing the data (very messy, I do not advise reusing it)
│ └── experiment_{dynamic|static}_{jssp|fjsp}_<model>.csv # Experimental data from the testing of <model> on dynamic|static version of jssp|fjsp
├── models/ # Tested models
│ ├── baseline/ # Priority Dispatching Rules (PDRs) used as a baselines for the experimental comparison
│ ├── jssp/ # PDRs for JSSP used from the model IEEE-ICCE-RL-JSP
│ └── jssp/ # PDRs for FJSP used from the model End-to-end-DRL-for-FJSP
│ └── <model>/ # Each folder is named after the model in the section ## Compared models below
├── thesis/ # Diploma thesis in LaTeX
└── literature.md # Relevant literature.md
To run the experiments yourself, follow this steps:
/models/<model>/repoexperiment_{dynamic|static}_{jssp|fjsp}_<model>.pyrepo directoryrequirements.txt for some models
Description of JSSP instances is available at http://jobshop.jjvh.nl/explanation.php
Description of FJSP instances is available at DataSetExplanation.txt
240 commits
Python
68.2%
Jupyter Notebook
13.8%
HTML
9.5%
TeX
8.1%
Python
14
240 commits
updated Sep 21, 2024
root/
├── benchmarks/ # Benchmarks used for testing the models
│ ├── jssp/ # Benchmarks for Job-Shop Scheduling (JSSP)
│ └── fjsp/ # Benchmarks for Flexible Job-Shop Scheduling (FJSP)
├── data/ # Data produced by testing the models on the benchmarks
│ ├── scripts/ # Scripts used for analysing the data (very messy, I do not advise reusing it)
│ └── experiment_{dynamic|static}_{jssp|fjsp}_<model>.csv # Experimental data from the testing of <model> on dynamic|static version of jssp|fjsp
├── models/ # Tested models
│ ├── baseline/ # Priority Dispatching Rules (PDRs) used as a baselines for the experimental comparison
│ ├── jssp/ # PDRs for JSSP used from the model IEEE-ICCE-RL-JSP
│ └── jssp/ # PDRs for FJSP used from the model End-to-end-DRL-for-FJSP
│ └── <model>/ # Each folder is named after the model in the section ## Compared models below
├── thesis/ # Diploma thesis in LaTeX
└── literature.md # Relevant literature.md
To run the experiments yourself, follow this steps:
/models/<model>/repoexperiment_{dynamic|static}_{jssp|fjsp}_<model>.pyrepo directoryrequirements.txt for some models
Description of JSSP instances is available at http://jobshop.jjvh.nl/explanation.php
Description of FJSP instances is available at DataSetExplanation.txt
240 commits
Python
68.2%
Jupyter Notebook
13.8%
HTML
9.5%
TeX
8.1%