Figure 1 - available via license: Creative Commons Attribution 3.0 Unported
Content may be subject to copyright.
Flowchart of the smart packing system.

Flowchart of the smart packing system.

Source publication
Article
Full-text available
Every year, at least 100 million tons of solid waste globally comes from packaging waste, in which partly created by inefficient packaging. Multiple box arrangement or bin packing solution directly addresses this problem which also affects storing space in production, manufacturing and logistics sector. Smart packing algorithm is designed for solvi...

Context in source publication

Context 1
... may input boxes dimensions (length, width, height) and the simulator will show the process of arranging the boxes throughout GA generations, and finally determine the optimum box arrangement. The workflow of the simulator is in figure 1. The packing strategy of this system is shown in figure 2 where initially the boxes are scattered in the volume space with random point of origin with random orientation and after every generation, the boxes will move closely to each other and finally arranged in a manner that the outer container has a minimum volume possible. ...

Similar publications

Article
Full-text available
Problems in the operational management that involve the calculation on graphs are numerous, being encountered in many economic fields: transport problems, problems of resource allocation, logistics problems. Within these problems are found the problems of partitioning graphs with partitions that meet different partitioning criteria. The paper prese...
Article
Full-text available
In order to study the shortest time of emergency supplies allocation, the supply chain of rescue materials is divided into three levels that is supply areas, shore rescue points and multiple accident points. Taking the limited period of emergency supplies as a prerequisite, a material distribution model is built for studying the shortest time of ma...
Article
Full-text available
The article is devoted to the task of planning an experiment in chemistry and chemical technology. The problem statement of finding the optimal ratio of the initial substances of reaction is defined. A genetic algorithm for solving this problem is proposed. The algorithm is tested on the example of the reaction of aminomethylation of thiols using t...
Article
Full-text available
The scheduling problem is a typical multi-objective optimization problem, and the core problem involved is the problem of combining classes. On the basis of a comprehensive analysis of the problem of class combination, this paper establishes a mathematical model of the three-dimensional class combination problem according to the needs, and construc...

Citations

... The 3D bin packing problem can be formulated as follows 27,28 : given a set of n three-dimensional items, each with width w i , height h i , and depth d i , and a set of identical three-dimensional bins, each with a fixed width W, height H, and depth D, the objective is to find a packing assignment that minimizes the number of bins used subject to the following constraints: (1) each item can only be packed once; (2) the total volume of the packed items in each bin cannot exceed the volume of the bin; (3) the orientation of each item is fixed, and it cannot be rotated or reflected. In other words, the problem can be formulated as an integer programming problem: which subject to: ...
Article
Full-text available
The 3D bin packing problem is a challenging combinatorial optimization problem with numerous real-world applications. In this paper, we present a novel approach for solving this problem by integrating a generative adversarial network (GAN) with a genetic algorithm (GA). Our proposed GAN-based GA utilizes the GAN to generate high-quality solutions and improve the exploration and exploitation capabilities of the GA. We evaluate the performance of the proposed algorithm on a set of benchmark instances and compare it with two existing algorithms. The simulation studies demonstrate that our proposed algorithm outperforms both existing algorithms in terms of the number of used bins while achieving comparable computation times. Our proposed algorithm also performs well in terms of solution quality and runtime on instances of different sizes and shapes. We conduct sensitivity analysis and parameter tuning simulations to determine the optimal values for the key parameters of the proposed algorithm. Our results indicate that the proposed algorithm is robust and effective in solving the 3D bin packing problem. The proposed GAN-based GA algorithm and its modifications can be applied to other optimization problems. Our research contributes to the development of efficient and effective algorithms for solving complex optimization problems, particularly in the context of logistics and manufacturing. In summary, the proposed algorithm represents a promising solution to the challenging 3D bin packing problem and has the potential to advance the state-of-the-art in combinatorial optimization.
... Heuristic algorithms were used to calculate profitability and stability aspects and genetic algorithms were employed to run the profit optimization. A smart packing simulator for optimized box arrangements combined with the minimization of the outer container box size, which is based on GAs, is shown in [52]. Researchers developed an adaptable chromosome length GA, where the number of boxes controls the length. ...
Article
Full-text available
Mixed palletizing constitutes one of the problems in the logistics domain aroused from the need for fast product movement to satisfy the continuously increasing number of customers with the demand for highly personalized goods. In a demanding environment, such as warehouses, where break bulk and the consolidation of loads take up most of the working time, the automation of mixed palletizing can lead to increased efficiency and speed while keeping errors to a minimum. Space utilization of pallets enables savings in storage and transportation costs, boosting the overall sustainable role of the Supply Chain sector. This paper presents the proposed approaches to mixed palletizing stemming from different fields, with a focus on recent developments in the application of Industry 4.0 technologies. Our research highlights quite a few areas that require attention from researchers.
... The heuristic and genetic algorithms were adopted for solving the profit-based multi pallet loading problem, which is mathematically formulated as a nonlinear integer programming problem. Recently, Khairuddin et al. (2020) developed a smart packing algorithm based on GA which is designed to solve three-dimensional bin/container packing problem (3DBPP). This algorithm was implemented to the problem of packing solid waste. ...
Article
Full-text available
A two-step evolutionary algorithm for solving a real-life Distributor’s Pallet Loading Problem (DPLP) is presented. Previous literature considers multiple sizes of boxes to be loaded on the same size pallet for the DPLP. However, in this research, multiple-size pallets are allowed. Allowing multi-size pallets is new to the problem and makes it even harder to solve, because the DPLP with the same size pallet is NP-Hard already. Because of the complexity and size of the problem, a two-step algorithm, based on an Evolutionary Algorithm and a Differential Evolution Algorithm, is developed to solve the problem. The first step is to determine the number of pallets of each type, and to assign boxes onto each pallet. The second step is used for improving the solutions obtained from the first step. The effectiveness of the algorithm is evaluated by using a benchmark problem set based on 3D bin-packing problem, and real-life cases from a factory. For the benchmark problem set, the total number of pallets used, as suggested by the newly developed algorithm, is 0.42% higher than the worst results of the exact algorithm on average. However, the results, regarding computation time show that the proposed algorithm is able to find sufficiently good solutions with 78.54% less average calculation time of all problems which the algorithm performed better. As for the real-life cases, the solutions obtained by the algorithm are better both in terms of calculation time and the number of pallets required, which are 26.76% and 28.02% less of the average total occupied cross-section area, and 7 and 29 min of the average total computation time with α = 0.7 and α = 0.8, respectively.
... Sridhar et al. focus on the limitations like the direction of the box in the cargo industry, container stability, and weight, and they minimize the empty volume within a container by using a hybrid GA approach (Sridhar et al., 2017). Khairuddin et al. present an improved GA with an adaptable chromosome length for the solution of 3D-BPP (Khairuddin et al., 2020). Saraiva et al. propose a layer-building-based solution for 3D-BPP (Saraiva et al., 2015). ...
Article
Harris Hawks Optimization (HHO) is a population-based meta-heuristic optimization algorithm that has been used for the solution of test functions and real-world problems by many researchers. However, HHO has a premature convergence problem. The main motive of the novel approach in this paper is that the performance of an MHA could be improved by simplification and by modifying the way random parameters are determined. The proposed algorithm aims to solve both continuous and discrete optimization problems. HHO is improved in three stages. First, the method to determine the random parameters is modified. Second, the strategy of HHO to produce a new solution is updated. Third, the six-step decision mechanism of HHO is shortened to four. The proposed algorithm is compared to five recently published competitor algorithms by applying to the CEC2019 test functions and a three-dimensional bin packing problem (3D-BPP) dataset with 320 samples. All the algorithms are run on the same computer and the results of 30 independent studies are saved. Minimum, average, and standard deviation values and solution times of CEC2019 functions are used as comparison parameters. For the 3D-BPP, the number of bins and the solution time are used as comparison parameters for in the Wilcoxon test. The proposed algorithm performs better than the selected competitors in terms of its %5 significance level. Moreover, the algorithm proposed in the 3D-BPP data set is the most successful algorithm with its 9745 bins. Besides, the proposed algorithm is also compared to the four most popular algorithms in the literature. The results obtained confirm the validity of the proposed algorithm.
... The optimization of operations inside a warehouse is currently characterized by several research areas. In particular, the implementation of a robotic system able to assist human workers in their tasks requires the capability to effectively plan and optimize the sequence of actions [2][3][4], to correctly localize persons and objects [5] and to interact with the environment and other systems in the network [6]. Since the advent of Industry 4.0, the requirements of optimizing the transport and distribution of products has encouraged the use of autonomous guided vehicles within modern automated warehouses [7]. ...
Article
Full-text available
This paper presents a mobile manipulation platform designed for autonomous depalletizing tasks. The proposed solution integrates machine vision, control and mechanical components to increase flexibility and ease of deployment in industrial environments such as warehouses. A collaborative robot mounted on a mobile base is proposed, equipped with a simple manipulation tool and a 3D in-hand vision system that detects parcel boxes on a pallet, and that pulls them one by one on the mobile base for transportation. The robot setup allows to avoid the cumbersome implementation of pick-and-place operations, since it does not require lifting the boxes. The 3D vision system is used to provide an initial estimation of the pose of the boxes on the top layer of the pallet, and to accurately detect the separation between the boxes for manipulation. Force measurement provided by the robot together with admittance control are exploited to verify the correct execution of the manipulation task. The proposed system was implemented and tested in a simplified laboratory scenario and the results of experimental trials are reported.
... For instance, in manufacturing, the product to be manufactured can be considered to be a task to be accomplished within a time frame in a production cycle; the plant used for production is the bin to be allocated to the task (product), and finally, the goal of minimizing production cost is achieved by minimizing the number of bins [54]. Smart packing algorithm was designed by Khairuddin et al. [55] using the GA to solve the 3D bin or container packing problem. The authors in ref. [55] then applied their proposed method to reduce packaging waste due to ineffective packaging in the manufacturing process. ...
... Smart packing algorithm was designed by Khairuddin et al. [55] using the GA to solve the 3D bin or container packing problem. The authors in ref. [55] then applied their proposed method to reduce packaging waste due to ineffective packaging in the manufacturing process. Two-dimensional packing algorithm was similarly used in ref. [56] to solve the problem of composite material production in autoclave moulding. ...
... Sajini Anand and Guericke [66] proposed a variable size BPP to achieve this objective. A smart packaging scheme was proposed by Khairuddin et al. [55]. A scenario where a decision must be made from a list of permissible actions upon the arrival of a stochastic request was exploited by Banerjee and Freund [67]. ...
Article
Full-text available
The bin-packing problem (BPP) is an age-old NP-hard combinatorial optimization problem, which is defined as the placement of a set of different-sized items into identical bins such that the number of containers used is optimally minimized. Besides, different variations of the problem do exist in practice depending on the bins dimension, placement constraints, and priority. More so, there are several important real-world applications of the BPP, especially in cutting industries, transportation, warehousing, and supply chain management. Due to the practical relevance of this problem, researchers are consistently investigating new and improved techniques to solve the problem optimally. Nature-inspired metaheuristics are powerful algorithms that have proven their incredible capability of solving challenging and complex optimization problems, including several variants of BPPs. However, no comprehensive literature review exists on the applications of the metaheuristic approaches to solve the BPPs. Therefore, to fill this gap, this article presents a survey of the recent advances achieved for the one-dimensional BPP, with specific emphasis on population-based metaheuristic algorithms. We believe that this article can serve as a reference guide for researchers to explore and develop more robust state-of-the-art metaheuristics algorithms for solving the emerging variants of the bin-parking problems.
... Walking time (WL w ) up and down the train during the supply time (S) is proportional (Fig. 2) to the number of coaches (N). Using the 'preloading method', defined in Section 3.1, N can be calculated solving the Bin Packing Problem (BPP) [18,19] or by Eq. (5) if standard containers fit perfectly in the coach. ...
Article
Full-text available
Product customization is becoming a competitiveness factor in most markets. It implies manufacturing small and varied batches in mixed-product assembly lines and frequently supplying parts to production lines in small quantities with high efficiency. The in-plant milk-run is a specific tool used in this context. This paper proposes an industry-validated design method for human-driven milk-runs, based on improving surface productivity. A mathematical model is defined for relating mizusumashi work time to the milk-run period and finding its minimum value. This research is particularly useful in factories with high cost per m² supplying high-volume parts.
Article
The integration of hardware into furniture seeks to provide a better user experience and quality of life. For the smartified furniture to have the functionalities intended by the user, validations are required during the furniture smartification design and development processes. The authors propose a Smartification Quality Assurance System that is responsible for the validations of the furniture smartification process, ensuring that the hardware components used in smartification are compatible with the dimensions of the furniture and that the smartified furniture has the predefined functionalities. A validation framework is presented, whose purpose is to validate the intermediate steps of the furniture smartification process. A validation scenario of a furniture smartification process is also demonstrated. The applicability of the validation framework brings advantages to the furniture smartification process, such as: valid electronic hardware that can be used in the development of the smartification solution, the smartification problem is feasible, the solution and the furniture smartification prototype are valid both dimensionally and functionally. In this way the process of furniture smartification can occur continuously and uninterruptedly.