From: <i7...@us...> - 2011-11-01 14:11:49
|
Revision: 8908 http://octave.svn.sourceforge.net/octave/?rev=8908&view=rev Author: i7tiol Date: 2011-11-01 14:11:37 +0000 (Tue, 01 Nov 2011) Log Message: ----------- Revert a mistake in previous commit. Modified Paths: -------------- trunk/octave-forge/main/optim/INDEX trunk/octave-forge/main/optim/inst/test_fminunc_1.m Modified: trunk/octave-forge/main/optim/INDEX =================================================================== --- trunk/octave-forge/main/optim/INDEX 2011-11-01 14:08:59 UTC (rev 8907) +++ trunk/octave-forge/main/optim/INDEX 2011-11-01 14:11:37 UTC (rev 8908) @@ -25,6 +25,7 @@ vfzero Compatibility fminunc_compat + optimset_compat quadprog= try Yinyu Ye's <a href="http://dollar.biz.uiowa.edu/col/ye/matlab.html">code</a> linprog Numerical derivatives Modified: trunk/octave-forge/main/optim/inst/test_fminunc_1.m =================================================================== --- trunk/octave-forge/main/optim/inst/test_fminunc_1.m 2011-11-01 14:08:59 UTC (rev 8907) +++ trunk/octave-forge/main/optim/inst/test_fminunc_1.m 2011-11-01 14:11:37 UTC (rev 8908) @@ -10,7 +10,7 @@ ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ## for more details. -## test_fminunc_compat_1 - Test that fminunc_compat works +## test_fminunc_compat_1 - Test that fminunc_compat and optimset_compat work ## ## A quadratic function is fminunc_compatd. Various options are tested. Options ## are passed incomplete (to see if properly completed) and This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |