Skip to content

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

Notifications You must be signed in to change notification settings

natelindev/optimization-methods

Repository files navigation

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++.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published