log scripts/optimization/fsolve.m @ 15489:481417a57a2d

age author description
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Sat, 18 Feb 2012 12:43:46 -0800 Rik Extend "FunValCheck" option to optimization routines to detect Inf values.
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Tue, 03 Jan 2012 12:03:12 -0500 Jordi GutiƩrrez Hermoso fsolve.m: Move @seealso to bottom in docstring to silence warning. 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
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.
Wed, 16 Jun 2010 20:36:55 -0700 Rik Periodic grammar check of documentation files to ensure common format.
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
Sat, 02 Jan 2010 21:55:17 +0100 Jaroslav Hajek support old style jacobian for fsolve
Tue, 01 Dec 2009 22:40:37 -0500 John W. Eaton more private function and subfunction changes
Tue, 13 Oct 2009 21:10:37 -0700 Rik Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Tue, 08 Sep 2009 14:27:35 +0200 Jaroslav Hajek further correct initial TR step strategy
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 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Sun, 17 May 2009 17:54:51 +0200 Jaroslav Hajek improve TR updating strategy for fminunc and fsolve
Fri, 24 Apr 2009 12:29:01 -0700 Rik Eliminate most overfull errors when running texi2pdf for generating pdf documentation
Tue, 21 Apr 2009 10:00:11 -0700 Rik Eliminate 'unbalanced parentheses in @def...' error during texi2pdf.
Thu, 02 Apr 2009 11:35:56 +0200 Jaroslav Hajek fix test in fsolve
Sat, 28 Mar 2009 17:43:22 -0700 Rik Cleanup documentation for arith.texi, linalg.texi, nonlin.texi
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Thu, 19 Mar 2009 08:54:56 +0100 Jaroslav Hajek simplifications to fsolve
Tue, 17 Mar 2009 13:43:09 +0100 Jaroslav Hajek remove dead code from fsolve
Tue, 17 Mar 2009 13:38:16 +0100 Jaroslav Hajek more cosmetic adjustments to fsolve
Tue, 17 Mar 2009 12:38:44 +0100 Jaroslav Hajek minor doc fixes in fsolve
Tue, 17 Mar 2009 08:49:08 +0100 Jaroslav Hajek improvements to fsolve & family
Tue, 24 Feb 2009 13:53:14 +0100 Jaroslav Hajek fix fsolve bug
Mon, 16 Feb 2009 16:08:41 +0100 Jaroslav Hajek update comments in fsolve
Fri, 06 Feb 2009 13:45:48 +0100 Jaroslav Hajek improve fsolve and add ComplexEqn option
Wed, 04 Feb 2009 10:18:25 +0100 Jaroslav Hajek small fix in fsolve
Fri, 30 Jan 2009 15:42:51 -0500 John W. Eaton optimization: use PKG_ADD: comments instead of PKG_ADD file
Fri, 30 Jan 2009 21:24:29 +0100 Jaroslav Hajek implement registering of optimization options
Wed, 28 Jan 2009 13:01:57 +0100 Jaroslav Hajek do not pivot by default in fsolve
Wed, 28 Jan 2009 11:00:22 +0100 Jaroslav Hajek fix typo in fsolve
Wed, 28 Jan 2009 08:38:29 +0100 Jaroslav Hajek relax scaling in fsolve and use class-dependent default tolerances
Tue, 27 Jan 2009 21:22:59 +0100 Jaroslav Hajek fix typo in fsolve
Tue, 27 Jan 2009 08:15:08 +0100 Jaroslav Hajek enable default settings queries in optim funcs
Mon, 26 Jan 2009 15:46:33 +0100 Jaroslav Hajek handle sparse jacobians in fsolve
Mon, 26 Jan 2009 11:29:16 +0100 Jaroslav Hajek improvements to fsolve
Thu, 22 Jan 2009 11:10:47 +0100 Jaroslav Hajek use replacement methods if qrupdate is not available
Wed, 21 Jan 2009 07:07:12 +0100 Jaroslav Hajek allow fsolve work without qrupdate
Wed, 14 Jan 2009 16:06:48 -0500 John W. Eaton fzero.m, fsolve.m: additional doc fixes
Wed, 14 Jan 2009 15:58:20 -0500 John W. Eaton fsolve.m: additional doc fix
Wed, 14 Jan 2009 15:47:37 -0500 John W. Eaton fsolve.m: doc fix
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Mon, 12 Jan 2009 13:32:12 -0500 John W. Eaton fsolve.m, fzero.m: undo part of previous change
Mon, 12 Jan 2009 13:11:35 -0500 John W. Eaton fsolve.m, fzero.m: style fixes; use strcmpi to compare options
Mon, 12 Jan 2009 13:04:13 -0500 John W. Eaton fsolve.m: style fixes
Thu, 11 Dec 2008 07:51:40 +0100 Jaroslav Hajek optionally allow pivoting in fsolve
Mon, 08 Dec 2008 14:56:29 +0100 Jaroslav Hajek allow overdetermined systems in fsolve
Sun, 28 Sep 2008 21:09:35 +0200 Jaroslav Hajek initial implementation of fsolve