An open API service indexing awesome lists of open source software.

https://github.com/natelindev/optimization-methods

Using Heuristic Rules, Meta-Heuristic and Hyper-Heuristic approach to solve Job Shop Scheduling Problem.
https://github.com/natelindev/optimization-methods

cpp heuristic hha jobshop-scheduling latex pso

Last synced: 5 months ago
JSON representation

Using Heuristic Rules, Meta-Heuristic and Hyper-Heuristic approach to solve Job Shop Scheduling Problem.

Awesome Lists containing this project

README

          

### Proposed three approaches to the Job Shop Problem

- Basic heuristic way, use a fixed set of heuristic rules to solve the problem.
- Particle swarm algorithm, use particles to represent a solution.
- Generic algorithm & Super heuristc, use chromosome to represent a solution.
- Implemented and bechmarked in C++.