object-profit
There are 1 repositories under object-profit topic.
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.