Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!sri-unix!sri-spam!ames!cit-vax!tybalt.caltech.edu!sho From: sho@tybalt.caltech.edu.UUCP Newsgroups: sci.math.stat,comp.sources.wanted Subject: Re: all purpose minimizer Message-ID: <1631@cit-vax.Caltech.Edu> Date: Wed, 28-Jan-87 19:15:56 EST Article-I.D.: cit-vax.1631 Posted: Wed Jan 28 19:15:56 1987 Date-Received: Fri, 30-Jan-87 02:09:21 EST Sender: news@cit-vax.Caltech.Edu Reply-To: sho@tybalt.caltech.edu.UUCP (Sho Kuwamoto) Organization: Calfornia Institute of Technology Lines: 13 Xref: watmath sci.math.stat:41 comp.sources.wanted:392 I've been trying to write an extremum finder in C for a while now, with no success. The routine accepts initial values for an array of coefficients and a pointer to a function, and searches for the nearest local minimum using a gradient search on the coefficients. Seems simple, right? Well, no. I've been having all sorts of problems, and I don't know what to do. If any of you have written something similar, please let me know. (Esp. if you have an extremeum finder that finds the *absolute* minimum/maximum!) -Sho Hurm.