LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 19 Jun 2007 21:06:52 -0700
Reply-To:     junkmail115@GMAIL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         junkmail115@GMAIL.COM
Organization: http://groups.google.com
Subject:      Density Optimization PROC Command in Base SAS?
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

Greetings All,

I have a central x,y point with units scattered around it. I need to in essence shrink-wrap an optimal outline that maximizes the number if included units per sq. meter while minimizing empty space. I'll be dividing the circle into slices with varying radii. I have no problem writing code that would select an optimal radius given a fixed number of slices that all have consistent ranges of degrees (i.e. 10 degree increments starting at 0)

However, is there a procedure that would help optimize the number of slices, size of slice (not fixed increments) AND the radii for each slice? I'm imagining the final output as a number of slices (a list of starting/ending degrees) and for each slice the optimal radius.

At this point I'm just trying to get some general help hone my problem solving; possibly a reference to a relevant SAS command or PROC?

Many Thanks! JOHN


Back to: Top of message | Previous page | Main SAS-L page