From help-octave-request at bevo dot che dot wisc dot edu Sun Feb 11 06:05:57 2001 Subject: Yet more unconstrained optimization functions From: Etienne Grossmann To: help-octave at bevo dot che dot wisc dot edu CC: etienne at isr dot ist dot utl dot pt Date: Sun, 11 Feb 2001 12:10:19 +0000 Hello, I have rewritten some unconstrained minimization tools. * Without derivatives : Nelder-Mead (function "nelder_mead_min"). * With first derivatives : Conjugate Gradient (function "cg_min"). * With first and second derivatives : Newton-like method (function "d2_min"). * A wrapper for the three functions above : the "minimize" function. For more information and download, http://anonimo.isr.ist.utl.pt/~etienne/octave/ near the top of the page. Cheers, Etienne ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------