chiark / gitweb /
Merge pull request #136 from jschueller/testopt
[nlopt.git] / octave / NLOPT_GN_ESCH.m
1 % NLOPT_GN_ESCH: ESCH evolutionary strategy
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_GN_ESCH
5   val = 42;