Skip to content

TonyLv/Job-Shop-Scheduling-Genetic-Algorithm

 
 

Repository files navigation

Scheduling-with-Genetic-Algorithm

This project is open for public use, but please cite this page as main resource in your work.

Job Shop Scheduling Solver using Genetic Algorithm

This solver application was made for a graduation project in industrial engineering department.

The main function of this program is to get acceptable solutions in an acceptable runtime for JSSP (Job Shop Scheduling Problem) which is a problem in NP-Hard category.

The application contains a matrix data table that enables users to enter specific datas which refers to completion time of processes to create the problem. After the "RUN" button is clicked, the program starts scanning the solutions and drawing it into the chart area. It is so simple and clear to use.

About

Job Shop Scheduling Solver using Genetic Algorithyms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%