chiark / gitweb /
recommend building in a subdir
[nlopt.git] / src / octave / NLOPT_LD_LBFGS.m
1 % NLOPT_LD_LBFGS: Limited-memory BFGS (L-BFGS) (local, derivative-based)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_LBFGS
5   val = 11;