natelindev / optimization-methods

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 55.1%Language:TeX 44.9%