Giter Club home page Giter Club logo

gnn_jssp's Introduction

gnn_jssp

Master's Thesis - Matthew Judijanto - RWTH Aachen 2021

Title: Graph Neural Networks for Compact Representation for Job Shop Scheduling Problems: A Comparative Benchmark

Dependecies

  1. PyTorch Geometric
  2. PyTorch 1.7.0

Dataset

Datasets of this thesis are generated based on:

  1. Normal datasets: https://www.scitepress.org/Link.aspx?doi=10.5220/0010202405890597
  2. L2D datasets: https://arxiv.org/abs/2010.12367

Note: Dataset for problem above the size of 10x10 are removed in PyG form due to GitHub 50mb file size limit.

Models

  • Baseline: -- MLP MLP.py -- Ensemble Boosting RunEnsembleBoosting.py

  • GNN Models: -- GCN GCN.py -- GIN-0 GIN.py -- PNA PNA.py -- EGC EGC.py

To Run

To run and train the models, there are 2 ways to do this. For a simple single run, you can use RunModel.py. For running a K-Fold Cross Validation use cv_split_test.py

Others

DataExtractor.py DataExtractorNorm.py DisjunctiveGraph.py DisjunctiveGraph_v2.py are used to convert the raw dataset from JSON to PyG graph data.

loadDataset.py is to load the PyG graph datasets to be runned on the model

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.