chiark / gitweb /
octave4.4
[nlopt.git] / octave / NLOPT_LN_AUGLAG.m
1 % NLOPT_LN_AUGLAG: Augmented Lagrangian method (local, no-derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LN_AUGLAG
5   val = 30;