/genetic-algorithm-optmization

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.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

No issues in this repository yet.