Research Article

A Flexible Reinforced Bin Packing Framework with Automatic Slack Selection

Algorithm 2

Reinforced-MBS algorithm.
Input: training data with items, container list with capacity ; set , , for ,
(1)Initialize , ;
(2)generate random Slack ;
(3)for to itemListdo
(4) Use the improved dictionary search procedure to find the set of items that should be allocated to the bin of
(5)ifthen Pack into the bins ;
(6)else
(7)  
(8)end if
(9)end for
(10)
Output: bins with item set , .