Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 317 Bytes

readme.md

File metadata and controls

6 lines (5 loc) · 317 Bytes

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