chiark / gitweb /
a1f04df04e822ace1ef654984c72892779b59c0d
[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;