chiark / gitweb /
Merge pull request #84 from amroamroamro/patch-1
[nlopt.git] / octave / NLOPT_GD_STOGO.m
1 % NLOPT_GD_STOGO: StoGO (global, derivative-based)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_GD_STOGO
5   val = 8;