home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / math / numanal / 2728 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.4 KB  |  33 lines

  1. Newsgroups: sci.math.num-analysis
  2. Path: sparky!uunet!sun-barr!ames!elroy.jpl.nasa.gov!sdd.hp.com!spool.mu.edu!umn.edu!bru!biomec_mac1.mayo.edu!user
  3. From: meglan@mayo.edu (Dwight Meglan)
  4. Subject: Constrained optimization - C code
  5. Message-ID: <meglan-150992095430@biomec_mac1.mayo.edu>
  6. Followup-To: sci.math.num-analysis
  7. Sender: newsman@bmw.mayo.edu (/home/bmw/usenet)
  8. Organization: Orthopedic Biomechanics/ Mayo Clinic
  9. Date: Tue, 15 Sep 92 15:06:42 GMT
  10. Lines: 21
  11.  
  12. I am trying to port some fortran software to C that I wrote several
  13. years ago to solve a problem involving multivariate nonlinear 
  14. constrained minimization. I used a package developed at my old
  15. department (Mech. Eng. at Ohio State Univ.) called OPTPAK. This 
  16. package was derived from another earlier work of the same name. The
  17. optimization code in this package is all in FORTRAN and has alot of
  18. baggage from its long development life. 
  19.  
  20. I have searched the nets (netlib,archie,etc...) looking for C source
  21. code to use in place of OPTPAK to solve such a problem but have not 
  22. succeeded. I have looked at Numerical Recipes also- but the code for
  23. multivariate nonlinear minimization is unconstrained (at least I think
  24. that is the case :).
  25.  
  26. So my question is- Could some kind soul out in netland direct me to a
  27. source for such code ? I would prefer something ftp'able but I can scan
  28. a journal article in if the C code is included in it.
  29.  
  30. thanks for any and all help!
  31.  
  32. dwight
  33.