chiark / gitweb /
octave4.4
[nlopt.git] / octave / NLOPT_GD_MLSL_LDS.m
1 % NLOPT_GD_MLSL_LDS: Multi-level single-linkage (MLSL), quasi-random (global, derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_GD_MLSL_LDS
5   val = 23;