Skip to content
#

knapsack-genetic

Here is 1 public repository matching this topic...

This repository contains a C++ program that solves the Knapsack Problem using a Genetic Algorithm. The Knapsack Problem is a classic optimization problem where we aim to maximize the total value of items to be packed in a knapsack, given the knapsack's weight capacity and a set of items with their respective weights and values.

  • Updated Aug 29, 2023
  • C++

Improve this page

Add a description, image, and links to the knapsack-genetic 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-genetic topic, visit your repo's landing page and select "manage topics."

Learn more