Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Rectangle packing...

by Albannach (Monsignor)
on Apr 22, 2002 at 14:51 UTC ( [id://161072]=note: print w/replies, xml ) Need Help??


in reply to Rectangle packing...

I always start atStoney Brook when I'm looking for graphics algorithms, and of course they have a nice example of this very problem at that link. Others have already mentioned the knapsack problem but you might also want to try a search on bin packing (it seems that knowing the terminology is sometimes half the battle). I think this problem is a good candidate for a GA solution, and your particular version might be nice to try because you (probably) have only a limited set of different object dimensions to play with. I've played around with 1D bin packing several times for scheduling problems, but I have never gotten around to trying GAs, rather resorting to brute force as the problems have not been enormoous - yet. With 2D problems, you're in a whole new dimension! ;-)

I did a bit of searching and found:

  • This presentation (PowerPoint I'm afraid) which looks like a nice explanation of the tabu search method applied to the knapsack problem.
  • Yehoshua Perl is a researcher who seems to come up often in reference to this type of problem

--
I'd like to be able to assign to an luser

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://161072]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-19 07:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found