Reputation: 249
Am working on resolving the 1D bin packing problem, and as initial population, am going to start with the MBS' generator particles. I was looking on the net for the MBS' (minimum bin slack) algorithm and couldn't find it . please could someone help me ?
Upvotes: 1
Views: 996
Reputation: 249
The MBS' is an improvement for the MBS (Minimum Bin Slack) heuristic which is based on the following steps :
[MBS Algorithm] https://i.sstatic.net/jUltR.png
MBS' :
Upvotes: 1