144 skills found · Page 1 of 5
alexfrom0815 / Online 3D BPP PCTCode 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.
jakesgordon / Bin PackingA javascript binary tree based algorithm for 2d bin-packing suitable for generating CSS sprites
alexfrom0815 / Online 3D BPP DRLThis repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.
davidmchapman / 3DContainerPackingA 3D container packing library in C#.
fogleman / Pack3dTightly pack 3D models.
jerry800416 / 3D Bin Packing3D Bin Packing improvements based on https://github.com/enzoruiz/3dbinpacking
soimy / Maxrects PackerA max rectangle 2d bin packer npm-module for packing glyphs or images into multiple sprite-sheet/atlas
solomon-b / Greedypacker2D Bin Packing Algorithms
fontanf / PackingsolverA solver for (geometrical) packing problems
seanys / 2D Irregular Packing AlgorithmRealize 2D irregular packing algorithm with python
VasiliBaranov / Packing GenerationHard-sphere packing generation in C++ with the Lubachevsky–Stillinger, Jodrey–Tory, and force-biased algorithms and packing post-processing.
guo-yong-zhi / WordCloud.jlword cloud generator in julia
merschformann / Sardine CanHumble 3D knapsack / bin packing solver
alibaba / Drl Binpacking3D bin packing is a classical and challenging combinatorial optimization problem in logistics and production systems. An effective bin packing algorithm means the reduction of total packing cost and increase in utilization of resources. Because the cost of packing materials, which is mainly determined by their surface area, occupies the most part of packing cost, and in many real business scenarios there is no bin with fixed size, so AI Department of Cainiao proposed a new type of 3D bin packing problem. The objective of this new type of 3D bin packing problem is to pack all items into a bin with minimized surface area. And a DRL method based on the sequence-to-sequence model is proposed to solve the problem. This is the research paper link: https://arxiv.org/abs/1708.05930. Source code of this method can be found in the project.
Cloudstek / Php LaffLargest Area Fit First (LAFF) 3D box packing algorithm class for PHP
villekoskelaorg / RectanglePackingSuper fast AS3 implementation of rectangle packing algorithm
mahdims / 3D Bin PackingTabu search and Genetic algorithm implementation for container loading problem (3D bin packing)
delta1epsilon / BoxPackingR package for solving three-dimensional bin packing problem
whitegreen / Dalsoo Bin PackingBin packing places a given set of polygons in standard single/multiple rectangular sheet(s), to minimize the use of the sheet(s).
Mxbonn / Strip PackingAlgorithm for the strip packing problem with guillotine cuts constraint