comparison NEWS @ 14895:e0525ecf156e

Add new function fminsearch.m * fminsearch.m: new function. * optimization/module.mk: Add fminsearch to build system. * NEWS: Add fminsearch to list of new functions in 3.8.0. * nonlin.txi, fminbnd.m, fminunc.m: Add fminsearch to documentation. Update other optimization functions to reference fminsearch.
author Andy Adler <andy@analyti.ca>
date Fri, 20 Jul 2012 09:25:37 -0700
parents 577df411e0c7
children 0ba7be7fed1c
comparison
equal deleted inserted replaced
14893:55d0f8d70fe9 14895:e0525ecf156e
72 January 1st of the current year. The previous default was the current day, 72 January 1st of the current year. The previous default was the current day,
73 month, and year. This may produce changes in existing scripts. 73 month, and year. This may produce changes in existing scripts.
74 74
75 ** Other new functions added in 3.8.0: 75 ** Other new functions added in 3.8.0:
76 76
77 betaincinv lines tetramesh 77 betaincinv fminsearch splinefit
78 colorcube rgbplot 78 colorcube lines tetramesh
79 erfcinv shrinkfaces 79 erfcinv rgbplot
80 findfigs splinefit 80 findfigs shrinkfaces
81 81
82 ** The default name of the Octave crash dump file is now called 82 ** The default name of the Octave crash dump file is now called
83 octave-workspace instead of octave-core. 83 octave-workspace instead of octave-core.
84 84
85 ** Deprecated functions. 85 ** Deprecated functions.