log scripts/optimization/sqp.m @ 15757:534a2c881f45

age author description
Sat, 08 Dec 2012 18:00:54 -0500 Mike Miller Increase test tolerance on sqp (bug #37742)
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Thu, 03 May 2012 12:15:21 -0400 Olaf Till Get rid of global variables in sqp.
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
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 23 Nov 2011 09:42:50 -0800 Rik doc: Spellcheck documentation before 3.6.0 release
Wed, 23 Nov 2011 08:38:19 -0800 Rik Grammarcheck of documentation before 3.6.0 release.
Sun, 09 Oct 2011 07:25:07 -0700 Rik Add %!endfunction block keyword to test.m
Mon, 03 Oct 2011 11:01:10 -0700 Rik maint: periodic merge of stable to default.
Sat, 24 Sep 2011 11:04:24 -0500 Jordi GutiƩrrez Hermoso Reword sqp's docstring stable
Sat, 24 Sep 2011 10:38:19 -0400 John W. Eaton sqp: provide warnings for QP subproblem failures
Fri, 10 Oct 2008 11:10:44 +0200 Ivan Sutoris describe additional arguments in sqp() documentation string release-3-0-x
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
Sun, 09 Jan 2011 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Thu, 16 Dec 2010 07:39:04 -0800 Olaf Till sqp.m: Fix indexing error in sqp bounds selection
Mon, 13 Dec 2010 10:50:20 -0800 Rik sqp.m: Change docstring to refer to x0 as the initial seed vector
Mon, 13 Dec 2010 10:06:17 -0800 Rik sqp.m: Remove never violated Inf bounds from computation (bug #31742)
Mon, 22 Nov 2010 19:07:48 -0800 Rik sqp.m: Use correct stopping tolerance in documentation.
Wed, 20 Oct 2010 20:49:17 -0400 John W. Eaton style fixes for some .m files
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Wed, 02 Jun 2010 11:56:26 -0700 Rik Guarantee equivalent results if sqp called with or wihout bounds
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Thu, 22 Apr 2010 20:01:15 -0700 Rik Return correct value (101) from sqp on succes. Fixes bug #29577.
Thu, 22 Apr 2010 14:03:47 -0700 Rik Eliminate NaN*ones and Inf*ones constructs and just use Nan() and Inf()
Fri, 22 May 2009 10:46:00 -0400 John W. Eaton update copyright notices
Sun, 17 May 2009 14:39:39 -0700 Rik Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Sun, 17 May 2009 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.