log scripts/optimization/fminunc.m @ 14383:07c55bceca23 stable

age author description
Wed, 15 Feb 2012 14:44:37 +0100 Olaf Till Fix guarded_eval() subfunction in fminunc (bug #35534). stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 09 Oct 2011 07:25:07 -0700 Rik Add %!endfunction block keyword to test.m
Mon, 29 Aug 2011 13:07:22 -0400 John W. Eaton prevent optimization functions from setting ans in workspace at startup
Wed, 06 Apr 2011 11:44:21 -0700 Rik Clean up operator and function indices in documentation.
Mon, 04 Apr 2011 15:56:49 -0700 Rik Spellcheck documentation for 3.4.1 release.
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Tue, 08 Jun 2010 20:22:38 -0700 Rik Improve documentation strings.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Tue, 26 Jan 2010 11:55:18 +0100 Jaroslav Hajek support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Tue, 01 Dec 2009 22:40:37 -0500 John W. Eaton more private function and subfunction changes
Fri, 23 Oct 2009 09:28:14 -0700 Rik Periodic grammar check of Octave documentation files to ensure common format
Fri, 11 Sep 2009 08:47:25 +0200 Jaroslav Hajek simplify damped BFGS formula
Wed, 09 Sep 2009 14:43:06 +0200 Jaroslav Hajek split __dogleg__ > __doglegm__
Tue, 08 Sep 2009 14:27:35 +0200 Jaroslav Hajek further correct initial TR step strategy
Tue, 08 Sep 2009 13:39:39 +0200 Jaroslav Hajek fix extra outputs in fminunc
Sun, 06 Sep 2009 10:02:09 +0200 Jaroslav Hajek update initial TR step for fsolve and fminunc
Mon, 27 Jul 2009 14:15:44 +0200 Jaroslav Hajek safer str2func use in optim functions
Mon, 18 May 2009 09:46:49 +0200 Jaroslav Hajek support central differences in fminunc and fsolve
Sun, 17 May 2009 17:54:51 +0200 Jaroslav Hajek improve TR updating strategy for fminunc and fsolve
Fri, 15 May 2009 07:07:41 +0200 Jaroslav Hajek import the step adaptation strategy from fsolve to fminunc
Thu, 19 Mar 2009 07:00:23 +0100 Jaroslav Hajek implement fminunc using factored trust-region BFGS