chiark / gitweb /
put source code into src subdirectory
[nlopt.git] / src / 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;