log scripts/optimization/fminunc.m @ 30875:5d3faba0342e

age author description
Wed, 30 Mar 2022 20:40:27 -0700 Rik doc: Ensure documentation lists output argument when it exists for all m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 19 Oct 2020 09:13:53 -0700 Rik doc: Use @xref, @pxref rather than "see @code{}" in TexInfo.
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 29 Oct 2019 16:37:02 -0700 Rik maint: merge stable to default.
Tue, 29 Oct 2019 16:36:41 -0700 Rik doc: Create en-dashes and em-dashes correctly in documentation. stable
Thu, 12 Sep 2019 09:57:34 -0700 Rik doc: Use common verbiage to describe input FUN in optimization functions.
Thu, 25 Apr 2019 08:48:19 -0700 Rik Place Octave's warning and error IDs in to the "Octave" namespace (bug #56213).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 25 Nov 2018 15:39:23 +0100 Kai T. Ohlhus Reenable query of optimization options (bugs #54952 and #55089).
Sun, 25 Nov 2018 21:15:51 -0800 Rik fminunc.m: Change algorithm defaults to match Matlab.
Wed, 21 Nov 2018 14:54:22 -0500 John W. Eaton str2func: eliminate optional second "global" argument
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Wed, 16 Nov 2016 21:03:16 -0500 John W. Eaton error if break statement is in script file separate from loop (bug #39168)
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 11 Jul 2016 15:08:15 -0700 Mike Miller * fminunc.m: Fix incorrect reference to fminunc as fminsearch (bug #48479)
Fri, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Fri, 01 Apr 2016 14:55:13 -0700 Rik maint: Use "FIXME:" for all code blocks needing further attention.
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Tue, 02 Feb 2016 17:06:11 -0500 John W. Eaton maint: Periodic merge of stable to default.
Mon, 01 Feb 2016 22:59:43 -0800 Rik Fix regressions caused by ismatrix definition change (partial fix bug #47036). stable
Mon, 18 Jan 2016 10:00:56 -0800 Rik For optimization scripts, correctly choose tolerance (eps) based on class of fun and X0.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sun, 22 Nov 2015 20:25:17 -0800 Rik Replace ++,-- with in-place operators for performance.
Wed, 18 Nov 2015 16:40:22 -0800 Rik Remove trailing whitespace at end of lines.
Wed, 11 Nov 2015 16:58:18 -0800 Rik fminunc.m: Clean up function to meet Octave coding standards.
Mon, 03 Feb 2014 17:25:32 +0200 José Vallet fminunc.m: Correctly calculate gradient and hessian even when fminunc fails (bug #40101)
Mon, 04 May 2015 21:50:57 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 09 Jun 2014 11:19:23 -0700 Rik doc: Periodic spellcheck of documentation.
Tue, 01 Apr 2014 07:06:55 -0700 Rik fminunc.m: Improve documentation. stable
Tue, 01 Apr 2014 10:16:54 +0200 Massimiliano Fasi fminunc.m: Fix typo in header documentation (bug #42011). stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Fri, 20 Jul 2012 09:25:37 -0700 Andy Adler Add new function fminsearch.m
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Wed, 11 Apr 2012 22:07:00 -0400 John W. Eaton maint: miscellaneous style fixes for .m files
Sat, 18 Feb 2012 12:43:46 -0800 Rik Extend "FunValCheck" option to optimization routines to detect Inf values.
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