Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 354 Bytes

IHE7980-Modern-Heuristics-Code

This is the code I wrote for teaching Modern Heruritic using R language at Wright State University in 2012 Fall.

It includes:

  1. Genetic Algrothim(GA) for knapsack problem, set covering problem.
  2. Simulated Annealing(SA) for travelling salesmen problem
  3. Golden search
  4. Tabu Search for traveling salesmen problem.