Skip to content

This repository supports the algorithms used in the high performance computer lab to try to solve the Job Shop Scheduling Problem (JSSP)

License

Notifications You must be signed in to change notification settings

lcad9/job-shop-schedule-galib

Repository files navigation

Genetic Algorithm Continuos - JSSP

This repository supports the algorithms used in the high performance computer lab to try to solve the Job Shop Scheduling Problem (JSSP)

The chapter can be found at this link: https://link.springer.com/chapter/10.1007%2F978-3-030-28957-7_35

Settings

This project was developed uses Code Blocks 16.1 version. This project uses the GAlib as a generic library for the genetic algorithm, therefore, first check that the library is compiled on your computer. After that, you should have added GAlib.a to the project.

In CodeBlocks you should go to: Project Option -> Build options -> Click Option Debug -> Linker settings tab -> Add -> OK

About

This repository supports the algorithms used in the high performance computer lab to try to solve the Job Shop Scheduling Problem (JSSP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages