Skip to content

Solving the Cutting Stock Problem via implementing Simulated Annealing.

License

Notifications You must be signed in to change notification settings

rayanf/Cutting-Stock-Problem-Simulated-Annealing

Repository files navigation

Cutting-Stock-Problem-Simulated-Annealing

Solving the Cutting Stock Problem via implementing Simulated Annealing.

Usage

Just define your function and call Problem class with your parametrs, and then train it.

solve = Problem(T = 1
            , coolingRate = 0.9
            , stockLength = stockLength
            , markovLength = 3
            , orders = req
            , stopCriterion = 1000)
rolls, ans = solve.train()

Contributing

Pull requests are welcome.

License

MIT

About

Solving the Cutting Stock Problem via implementing Simulated Annealing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published