chiark / gitweb /
octave4.4
[nlopt.git] / octave / NLOPT_LD_TNEWTON_PRECOND_RESTART.m
1 % NLOPT_LD_TNEWTON_PRECOND_RESTART: Preconditioned truncated Newton with restarting (local, derivative-based)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_TNEWTON_PRECOND_RESTART
5   val = 18;