There are 12 repositories under packing-algorithm topic.
Code implementation of "Learning Efficient Online 3D Bin Packing on Packing Configuration Trees". We propose to enhance the practical applicability of online 3D Bin Packing Problem (BPP) via learning on a hierarchical packing configuration tree which makes the deep reinforcement learning (DRL) model easy to deal with practical constraints and well-performing even with continuous solution space.
This repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.
A 3D container packing library in C#.
3D Bin Packing improvements based on https://github.com/enzoruiz/3dbinpacking
A max rectangle 2d bin packer npm-module for packing glyphs or images into multiple sprite-sheet/atlas
A solver for (geometrical) packing problems
Realize 2D irregular packing algorithm with python
word cloud generator in julia
Humble 3D knapsack / bin packing solver
R package for solving three-dimensional bin packing problem
Bin packing places a given set of polygons in standard single/multiple rectangular sheet(s), to minimize the use of the sheet(s).
Evolutionary Algorithm for the 2D Packing Problem combined with the 0/1 Knapsack Problem (Master Thesis)
Algorithm for the strip packing problem with guillotine cuts constraint
:handbag: Haxe algorithms for 2D rectangular bin packing
An open source implementation of a texture bin packing algorithm. It's similar to texture tools like the TexturePacker.
Efficient pattern cutting algorithm for minimizing cutting waste of irregular pieces.
GA algorithm to solve bin packing and production scheduling problems
An algorithm for collision detection and 2D irregular nesting
A 3D adaptation of the state-of-the-art sparrow nesting algorithm
This repository contains procedures to solve the bin packing problem for one, two, or three dimensions exactly or heuristically.
Visualization of the algorithms needed to solve three-dimensional knapsack problems.
Nested branch-and-bound algorithm to solve two-dimensional orthogonal packing problems
:briefcase: Haxe 2D rectangle bin packing algorithms demo
A 3D container packing library in golang.
Simple implementation of a packing algorithm, running on CPU.
3dbin packer where the bin size is unknown/undefined. Given a set of items the algorithm will try to give the smallest single bin to fit all items.
Pack any number of bool or integer values into a single BigInt - save traffic, save the planet 🌏
2D_Packing via Deep Learning
Strip Packing Written in C++
Steinberg algorithm with two heuristics for Strip Packing Problem