Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 306 Bytes

HyperHeuristicKnapsack

Solving Knapsack Problem with several heuristick algorithms:

  • Simulated annealing
  • Genetic algorithm
  • Ant colony optimization

All these algorithms is united by machine learning algorithm (realisation: ?) which will detect the best one for solving problem with each input.