log scripts/optimization/fminsearch.m @ 31706:597f3ee61a48 stable

age author description
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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
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.
Tue, 13 Oct 2020 18:17:29 -0700 Rik maint: Use Octave convention of space after function name in scripts dir.
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
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:33:40 -0700 Rik fminsearch.m: Use only real part of objective function for Matlab compatibility (bug #57136).
Thu, 12 Sep 2019 09:51:18 -0700 Rik fminsearch.m: Accept string for FCN argument (bug #56885)
Wed, 20 Feb 2019 16:46:03 -0800 Rik fminsearch.m: Remove documentation showing unimplemented passing of extra fcn arguments. stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 11:19:08 -0800 Rik fminsearch.m: Fix sign of results for intermediate reporting (bug #55261). stable
Sun, 25 Nov 2018 15:39:23 +0100 Kai T. Ohlhus Reenable query of optimization options (bugs #54952 and #55089).
Thu, 18 Oct 2018 15:08:05 -0400 John W. Eaton * fminsearch.m: Suppress output in test.
Mon, 15 Oct 2018 15:27:36 -0400 John W. Eaton * fminsearch.m: Accept problem structure for Matlab compatibility.
Tue, 28 Aug 2018 00:09:59 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 03 Aug 2018 14:46:08 -0700 Rik fminsearch.m: Update default TolFun to 1e-4 for Matlab compatibility.
Thu, 12 Apr 2018 12:09:14 -0700 Mike Miller test: change remaining %!xtests into %!tests stable
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.
Thu, 08 Jun 2017 18:24:28 -0700 Rik doc: Periodic spellcheck of documentation.
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
Sun, 29 Jan 2017 16:51:30 +0100 Markus Mützel fminsearch.m: Remove double word in docstring (bug #44220).
Sun, 29 Jan 2017 16:24:33 +0100 Philip Nienhuis fminsearch.m: fix texinfo header (bug #50178)
Mon, 11 Jul 2016 18:52:42 +0200 Markus Muetzel Additional output arguments for fminsearch (bug #44220).
Mon, 23 Jan 2017 14:29:35 -0500 John W. Eaton maint: strip trailing whitespace from source files.
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, 11 Jul 2016 18:08:25 +0200 Markus Muetzel Pass additional arguments for fminsearch to called function (bug #41888).
Tue, 27 Dec 2016 10:32:19 -0800 Rik maint: Periodic merge of stable to default.
Mon, 11 Jul 2016 18:08:25 +0200 Markus Muetzel fminsearch.m: Fix error in "guarded_eval". stable
Mon, 14 Nov 2016 15:34:31 -0800 Rik maint: Remove dangling ';' from m-file function declarations.
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.
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
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 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Mon, 04 May 2015 21:50:57 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Thu, 21 Aug 2014 15:57:18 -0700 Rik doc: Add @nospell macro around proper names in documentation.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Mon, 01 Oct 2012 18:32:12 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments
Fri, 20 Jul 2012 09:25:37 -0700 Andy Adler Add new function fminsearch.m