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.
- Host: GitHub
- URL: https://github.com/natelindev/optimization-methods
- Owner: natelindev
- Created: 2016-06-19T14:23:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T07:14:46.000Z (over 6 years ago)
- Last Synced: 2025-04-30T18:48:11.449Z (5 months ago)
- Topics: cpp, heuristic, hha, jobshop-scheduling, latex, pso
- Language: C++
- Size: 406 KB
- Stars: 13
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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++.