b1sakher / Using-optimisation-methods-to-solve-the-Knap-sack-Problem

The optimisation methods used are : Brute force, Basic branch and bound, Advanced branch and bound, Dynamic programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using optimisation methods to solve the Knap sack Problem

The optimisation methods used are :

  • Brute force,

  • Basic branch and bound,

  • Advanced branch and bound,

  • Dynamic programming

  • Gradient descent

  • Newton descent

About

The optimisation methods used are : Brute force, Basic branch and bound, Advanced branch and bound, Dynamic programming


Languages

Language:Jupyter Notebook 100.0%