Giter Club home page Giter Club logo

metaheuristic_jobshop's Introduction

metaheuristic_jobshop

To run code, use main.py file

several options can be used:
--instances : list the instances name to test, separated by -; 
              used all to test all the instances (aaa1, ft06, ft20, ft10, la01, la02)
--save_result: to save the results in a json file. 
                This file can be processed in the file named process_results.py
--create_figs : to save figures after running the code
--show: whether you want to plot the result figures or not (default: False)

python main.py --instances aaa1-ft20 

These  are results obtained by using the basic solver. It can be a reference to check that  
if other heuristics improve the makespan.

Basic Result : 

instance    size      best    runtime    makespan    ecart
----------  ------  ------  ---------  ----------  -------

aaa1        2x3         11          0          12      9.1
ft06        6x6         55          0          75     36.4
ft10        10x10      930          0        1588     70.8
ft20        20x5      1165          0        2454    110.6
la01        10x5       666          0         776     16.5
la02        10x5       655          0         736     12.4


metaheuristic_jobshop's People

Contributors

desisanou avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.