There are 10 repositories under packing-algorithm topic.
A 3D container packing library in C#.
This repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.
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.
A max rectangle 2d bin packer npm-module for packing glyphs or images into multiple sprite-sheet/atlas
3D Bin Packing improvements based on https://github.com/enzoruiz/3dbinpacking
Realize 2D irregular packing algorithm with python
word cloud generator in julia
A solver for (geometrical) packing problems
Humble 3D knapsack / bin packing solver
R package for solving three-dimensional bin packing problem
Evolutionary Algorithm for the 2D Packing Problem combined with the 0/1 Knapsack Problem (Master Thesis)
Bin packing places a given set of polygons in standard single/multiple rectangular sheet(s), to minimize the use of the sheet(s).
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.
An algorithm for collision detection and 2D irregular nesting
GA algorithm to solve bin packing and production scheduling problems
This repository contains procedures to solve the bin packing problem for one, two, or three dimensions exactly or heuristically.
:briefcase: Haxe 2D rectangle bin packing algorithms demo
Visualization of the algorithms needed to solve three-dimensional knapsack problems.
Nested branch-and-bound algorithm to solve two-dimensional orthogonal packing problems
A 3D container packing library in golang.
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.
Simple implementation of a packing algorithm, running on CPU.
Pack any number of bool or integer values into a single BigInt - save traffic, save the planet 🌏
Strip Packing Written in C++
Steinberg algorithm with two heuristics for Strip Packing Problem