chiark / gitweb /
recommend building in a subdir
[nlopt.git] / octave / NLOPT_GN_ORIG_DIRECT_L.m
1 % NLOPT_GN_ORIG_DIRECT_L: Original DIRECT-L version (global, no-derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_GN_ORIG_DIRECT_L
5   val = 7;