chiark / gitweb /
Import nlopt_2.4.2+dfsg.orig.tar.gz
[nlopt.git] / octave / NLOPT_LD_TNEWTON.m
1 % NLOPT_LD_TNEWTON: Truncated Newton (local, derivative-based)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_TNEWTON
5   val = 15;