chiark / gitweb /
strip
[nlopt.git] / src / octave / NLOPT_G_MLSL.m
1 % NLOPT_G_MLSL: Multi-level single-linkage (MLSL), random (global, needs sub-algorithm)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_G_MLSL
5   val = 38;