knapsack-problem topic

List knapsack-problem repositories

KnapsackFX

27
Stars
4
Forks
Watchers

Solving Knapsack 0/1 problem with various Local Search algorithms like Hill Climbing, Genetic Algorithms, Simulated Annealing, Tabu Search

BinPacking2D

48
Stars
9
Forks
Watchers

Exact solutions for two-dimensional bin packing problems by branch-and-cut

knapsack-packing

50
Stars
17
Forks
Watchers

Evolutionary Algorithm for the 2D Packing Problem combined with the 0/1 Knapsack Problem (Master Thesis)

mknapsack

43
Stars
14
Forks
Watchers

Algorithms for solving knapsack problems with Python

KnapsackGA

28
Stars
15
Forks
Watchers

Knapsack Problem solved using Genetic optimization algorithm

Hybrid-IGA-SA-Knapsack

22
Stars
5
Forks
Watchers

A hybrid genetic and simulated annealing algorithm in solving the knapsack 0-1 problem

DeepACO

105
Stars
17
Forks
Watchers

[NeurIPS 2023] DeepACO: Neural-enhanced Ant Systems for Combinatorial Optimization

container-app

22
Stars
8
Forks
Watchers

App for optimising pallets placement in containers using Python and VIKTOR.

knapsacksolver

18
Stars
2
Forks
Watchers

A solver for the 0-1 Knapsack Problem