packing-algorithm
There are 57 repositories under packing-algorithm topic.
davidmchapman/3DContainerPacking
A 3D container packing library in C#.
fogleman/pack3d
Tightly pack 3D models.
alexfrom0815/Online-3D-BPP-DRL
This repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.
alexfrom0815/Online-3D-BPP-PCT
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.
soimy/maxrects-packer
A max rectangle 2d bin packer npm-module for packing glyphs or images into multiple sprite-sheet/atlas
jerry800416/3D-bin-packing
3D Bin Packing improvements based on https://github.com/enzoruiz/3dbinpacking
seanys/2D-Irregular-Packing-Algorithm
Realize 2D irregular packing algorithm with python
guo-yong-zhi/WordCloud.jl
word cloud generator in julia
fontanf/packingsolver
A solver for (geometrical) packing problems
merschformann/sardine-can
Humble 3D knapsack / bin packing solver
delta1epsilon/BoxPacking
R package for solving three-dimensional bin packing problem
albert-espin/knapsack-packing
Evolutionary Algorithm for the 2D Packing Problem combined with the 0/1 Knapsack Problem (Master Thesis)
whitegreen/Dalsoo-Bin-Packing
Bin packing places a given set of polygons in standard single/multiple rectangular sheet(s), to minimize the use of the sheet(s).
Mxbonn/strip-packing
Algorithm for the strip packing problem with guillotine cuts constraint
jmyrberg/mknapsack
Algorithms for solving knapsack problems with Python
Tw1ddle/Rectangle-Bin-Packing
:handbag: Haxe algorithms for 2D rectangular bin packing
paladin-t/framepacker
An open source implementation of a texture bin packing algorithm. It's similar to texture tools like the TexturePacker.
gyang274/gbp
gbp: a bin packing problem solver - an r package solves 1d - 4d bin packing problem.
muellan/packing
benchmark solutions for selected packing problems: circle, rectangle, cube, cuboid, polygon packings
MasumBhuiyan/2D-Irregular-Cutting-Stock-Algorithm
Efficient pattern cutting algorithm for minimizing cutting waste of irregular pieces.
psimatis/QuadTree
A C++ implementation of the Quad-Tree spatial index.
mahdims/Bin_packing_scheduling
GA algorithm to solve bin packing and production scheduling problems
guo-yong-zhi/Stuffing.jl
An algorithm for collision detection and 2D irregular nesting
MuamerHr/Bin-Packing-Problem-BPP3D
This repository contains procedures to solve the bin packing problem for one, two, or three dimensions exactly or heuristically.
Tw1ddle/Rectangle-Bin-Packing-Demo
:briefcase: Haxe 2D rectangle bin packing algorithms demo
CaastOS/3dknapsacksolver
Visualization of the algorithms needed to solve three-dimensional knapsack problems.
ktnr/TwoStepBranchingProcedure
Nested branch-and-bound algorithm to solve two-dimensional orthogonal packing problems
bavix/boxpacker3
A 3D container packing library in golang.
KoukatsuMahoutsukai/unknown-binsize-3dpacker
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.
piellardj/packing-webgl
Simple implementation of a packing algorithm, running on CPU.
oleggromov/magipack
Pack any number of bool or integer values into a single BigInt - save traffic, save the planet 🌏
andrewgy8/rpack
Bin packing implementation in Rust
R-Besson/strip-packing-cpp
Strip Packing Written in C++
radevgit/packing
Circle Packing Problems
yzdxdydz/strip-packing
Steinberg algorithm with two heuristics for Strip Packing Problem