log scripts/optimization/fminbnd.m @ 30893:e1788b1a315f

age author description
Mon, 04 Apr 2022 18:14:56 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 26 Nov 2021 20:53:22 -0800 Rik maint: Style check m-files ahead of 7.1 release. stable
Fri, 26 Nov 2021 18:13:08 -0800 Rik doc: Use consistent styling for @ref, @xref, @pxref statements. 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, 18 Jan 2021 17:08:14 +0900 Kai T. Ohlhus maint: merge stable to default.
Mon, 18 Jan 2021 17:06:23 +0900 Kai T. Ohlhus fminbnd.m: do not ignore "OutputFcn" (bug #59901) stable
Tue, 13 Oct 2020 18:17:29 -0700 Rik maint: Use Octave convention of space after function name in scripts dir.
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
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).
Wed, 21 Nov 2018 14:54:22 -0500 John W. Eaton str2func: eliminate optional second "global" argument
Fri, 03 Aug 2018 15:23:45 -0700 Rik fminbnd.m: Update solver options to be Matlab compatible.
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
Mon, 14 Nov 2016 14:55:41 -0800 Rik maint: Rename variables to match documentation in m-files.
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.
Fri, 20 May 2016 16:16:10 -0700 Rik maint: Use two newlines after endfunction and start of BIST tests.
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Wed, 20 Apr 2016 11:06:03 -0700 Mike Miller Backed out changeset dcf8922b724b
Wed, 20 Apr 2016 17:53:10 +0200 Kai T. Ohlhus Deprecate printf, puts, and scanf. Make fputs a M-file.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
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.
Thu, 19 Nov 2015 14:39:04 -0800 Rik Preface warning() messages with name of function when possible.
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
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.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Fri, 19 Sep 2014 18:24:05 +0200 Massimiliano Fasi fmindbnd.m: Check input range is low to high (bug #43219).
Wed, 15 Jan 2014 17:21:53 -0800 Rik fminbnd.m: Correctly handle certain functions with odd discontinuities (bug #36923)
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:27:38 -0700 Rik Use '##' for comments which stand alone on a line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Sat, 27 Jul 2013 10:49:21 -0700 Rik doc: Use XREF as anchor prefix in documentation for clearer results in Info viewer.
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Tue, 18 Jun 2013 20:35:12 -0700 Rik Fix seealso HTML links when using Texinfo 4.X (bug #38862).
Sun, 02 Sep 2012 16:21:48 -0300 JĂșlio Hoffimann Added Display option for fminbnd()
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
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
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