1% NLOPT_GN_DIRECT: DIRECT (global, no-derivative)
2%
3% See nlopt_minimize for more information.
4function val = NLOPT_GN_DIRECT
5  val = 0;
6