Coder Social home page Coder Social logo

manoelstilpen / jobshopscheduling Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 2.0 209 KB

Job Shop Scheduling metaheuristics

License: MIT License

C++ 98.33% Shell 0.50% CMake 1.17%
graph optimization-algorithms metaheuristics jobshop-scheduling grasp-metaheuristic vns simulated-annealing

jobshopscheduling's Introduction

Introduction

This project was developed by me under the orientation of Prof. Dr. Marcone Jamilson Freitas Souza in Federal University of Ouro Preto, Brazil and tried to solve the Job Shop Scheduing Problem with total weighted tardiness.

Problem Representation

The considered problem representation was based on a disjuctive graph model which each job operation is equivalent a vertex and a restriction between two operations generates an edge; Two dummy nodes were added to help the solution evaluation. Originally this representation was extracted from (Kuhpfahl and Bierwirth, 2016).

Implemented Methods

To create a initial solution was tested many dispatch rules and those that presented the best results were: ASPRT, MOD, SPRT and WSPT rules.

To explore the search space was implemented some algorithms: "Variable Neighborhood Search", "Smart Variable Neighborhood Search", GRASP, and "Simulated Annealing". Also, some local searches were implemented: "Best Improvent" and "First Improvement".

All methods mentioned above are available in this repository.

Contact

Any question you cand find me on: [email protected]

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.