SURVEY ON BIN PACKING PROBLEM
Keywords:
best fit algorithms, first fit algorithm, best fit decresing algorithms, first fit decresing algorithm ,map reduce algorithms,Martello and Toth algorithms ,particle swarm optimization algorithms and Genetic AlgorithmAbstract
Bin Packing Problem (BPP) is one of the NP-Hard optimization problems. The bin packing problem aims
to pack a set of items in a minimum number of bins, with respect to the size of the items and capacity of the bins.BPP
has many important applications such as multiprocessor scheduling, resource allocation,transportation planning,
Container Loading, Cargo Airplanes and Ships ,real-world planning, and packing and scheduling optimization
problems.In this paper, best fit algorithms, first fit algorithm, best fit decresing algorithms, first fit decresing
algorithm ,map reduce algorithms,Martello and Toth algorithms ,particle swarm optimization algorithms and Genetic
Algorithm are analyzed deeply. This research paper presents the thorough survey of algorithms for optimize Bin
Packing problem .