morkev/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.
PythonGPL-3.0
No issues in this repository yet.