Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 185 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 185 Bytes

0-1-knapsack-genetic-algorithm

Heuristic solution for the 0-1 knapsack problem.

Uses elitism and typical crossover and selection techniques to approximately solve this known problem.