chiark / gitweb /
a7b3ca656833aa258c8249ff86fa5d68adae2bd5
[nlopt.git] / octave / NLOPT_LD_MMA.m
1 % NLOPT_LD_MMA: Method of Moving Asymptotes (MMA) (local, derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LD_MMA
5   val = 24;