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 (November 1999, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 1 Nov 1999 11:15:16 -0500
Reply-To:     Paige Miller <paigem@KODAK.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Paige Miller <paigem@KODAK.COM>
Organization: Eastman Kodak Company
Subject:      Re: Constrained Nonlinear Optimization ?
Content-Type: text/plain; charset=us-ascii

"Tirthankar C.P" wrote:

> Is it possible to do constrained nonlinear optimization in SAS ? > > What I mean is, can I evaluate functions of the form, > > min f(x) , > > s.t G(x) <= 0 > > where x is an n-D vector. And G is a set of constraints, > linear or nonlinear.

See PROC NLP under SAS/OR. If you don't have SAS/OR on your license, then similar features are in SAS/IML (SAS 6.08 and above), although you will have to write IML code to use it.

-- Paige Miller Eastman Kodak Company paigem@kodak.com "It's nothing until I call it!" -- Bill Klem, NL Umpire


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