chiark / gitweb /
7ef9d755b243476e079098f34216d365ae40f68d
[nlopt.git] / octave / NLOPT_LD_TNEWTON_RESTART.m
1 % NLOPT_LD_TNEWTON_RESTART: Truncated Newton with restarting (local, derivative-based)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_TNEWTON_RESTART
5   val = 16;