Skip to content
#

knapsack-problem-dynamic

Here are 13 public repositories matching this topic...

This repository was created for the subject of Computer Theory. The propose of this subject is to improve your skills to solve the 0-1 knapsack problem of different ways. The techniques used were Dynamic Programing and two metaheuristics (which are GRASP and TABU search).

  • Updated Jul 3, 2020
  • Python

Implementation of a genetic algorithm to solve the Knapsack problem with a capacity C and a given set of N objects. The genetic fitness function sums up the profits of the objects in the Knapsack.

  • Updated Jun 27, 2023
  • Python

About InvestKuy aims to bridge the gap between investors and efficient financial decision-making by leveraging advanced algorithms. Designed with both novice and experienced investors in mind, InvestKuy offers a seamless and intuitive platform for optimizing investment portfolios. The system analyzes your risk tolerance and investment goals, then

  • Updated Jan 13, 2025
  • Python

Skrypt python służący do wizualizacji i rozwiązywania problemu plecakowego, wykorzystująca matplotlib, numpy oraz pandas do analizy i graficznego przedstawienia optymalnych kombinacji wag i wartości przedmiotów. Idealny do wizualizacji problemu co ułatwi jego zrozumienie oraz naukę.

  • Updated Jun 25, 2024
  • Python

Improve this page

Add a description, image, and links to the knapsack-problem-dynamic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the knapsack-problem-dynamic topic, visit your repo's landing page and select "manage topics."

Learn more