chiark / gitweb /
put source code into src subdirectory
[nlopt.git] / src / octave / NLOPT_GN_ISRES.m
1 % NLOPT_GN_ISRES: ISRES evolutionary constrained optimization (global, no-derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_GN_ISRES
5   val = 35;