chiark / gitweb /
Import nlopt_2.4.2+dfsg.orig.tar.gz
[nlopt.git] / octave / NLOPT_LN_SBPLX.m
1 % NLOPT_LN_SBPLX: Sbplx variant of Nelder-Mead (re-implementation of Rowan's Subplex) (local, no-derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LN_SBPLX
5   val = 29;