https://github.com/klima7/job-shop-genetic-algorithm
Genetic algorithm solving Job-Shop problem.
https://github.com/klima7/job-shop-genetic-algorithm
algorithm evolution genetic job job-shop shop
Last synced: about 1 month ago
JSON representation
Genetic algorithm solving Job-Shop problem.
- Host: GitHub
- URL: https://github.com/klima7/job-shop-genetic-algorithm
- Owner: klima7
- Created: 2022-04-07T12:39:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T12:59:24.000Z (over 3 years ago)
- Last Synced: 2024-01-26T09:16:47.021Z (almost 2 years ago)
- Topics: algorithm, evolution, genetic, job, job-shop, shop
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Shop Genetic Algorithm
Genetic algorithm solving np-hard Job Shop problem.

## Running on sample dataset
`python3 test.py`