Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 332 Bytes

Hybrid-IGA-SA-Knapsack

An implementation of the hybrid genetic and simulated annealing (IGA-SA) algorithm applied to the knapsack 0-1 problem

Prerequisites

  • python 3.6.x
  • numpy
  • matplotlib

Acknowledgments

Hybrid Algorithm based on the algorithm presented in this paper