chiark / gitweb /
recommend building in a subdir
[nlopt.git] / octave / NLOPT_GD_STOGO_RAND.m
1 % NLOPT_GD_STOGO_RAND: StoGO with randomized search (global, derivative-based)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_GD_STOGO_RAND
5   val = 9;