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.
genetics genetic-algorithm mutation genetic-algorithms knapsack-problem soft-computing crossover knapsack soft-computing-course crossover-operator mutation-operator knapsack-genetic knapsack-ga
-
Updated
Aug 29, 2023 - C++