chiark / gitweb /
recommend building in a subdir
[nlopt.git] / src / octave / NLOPT_LN_COBYLA.m
1 % NLOPT_LN_COBYLA: COBYLA (Constrained Optimization BY Linear Approximations) (local, no-derivative)
2 %
3 % See nlopt_minimize for more information.
4 function val = NLOPT_LN_COBYLA
5   val = 25;