algorithm - Improved First Fit -
i working on different heuristic solutions bin packing problem , have implemented different algorithms such ff, ffd, bf, bfd , on. question is, there better algorithm these or there (even small) improvements on these algorithms. have read lot , searched not find interesting.
i use construction heuristics (such ff, ffd, bf, bfd) followed metaheuristics (such tabu search, simulated annealing, late acceptance) in optaplanner (java, open source) better results ffd:
Comments
Post a Comment