https://github.com/fatemehrshd/cutting-stocks-problem
Solving Cutting Stocks Problem using SA, Hill Climbing, and Genetic algorithms.
https://github.com/fatemehrshd/cutting-stocks-problem
aritificial-intelligence cutting-stock-problem genetic-algorithm hill-climbing simulated-annealing
Last synced: about 1 month ago
JSON representation
Solving Cutting Stocks Problem using SA, Hill Climbing, and Genetic algorithms.
- Host: GitHub
- URL: https://github.com/fatemehrshd/cutting-stocks-problem
- Owner: Fatemehrshd
- Created: 2024-02-21T08:07:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T08:09:56.000Z (about 1 year ago)
- Last Synced: 2025-01-31T09:43:59.696Z (3 months ago)
- Topics: aritificial-intelligence, cutting-stock-problem, genetic-algorithm, hill-climbing, simulated-annealing
- Language: Jupyter Notebook
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I implemented Cutting Stocks Problem using SA(simulated Annealing), HC(Hill Climbing), and Genetic algorithms.
Also, 4 kind of inputs which the code in implemented based on, are prepared.