chiark / gitweb /
octave4.4
[nlopt.git] / bobyqa / README
1 This is the BOBYQA software by M. J. D. Powell, which performs
2 derivative-free unconstrained optimization using an iteratively
3 constructred quadratic approximation for the objective function.  See:
4
5         M. J. D. Powell, "The BOBYQA algorithm for bound constrained
6         optimization without derivatives," Department of Applied
7         Mathematics and Theoretical Physics, Cambridge England,
8         technical report NA2009/06 (2009).
9
10         http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2009_06.pdf
11         http://plato.asu.edu/ftp/other_software/bobyqa.zip
12
13 The C translation by S. G. Johnson (2009) includes a few minor
14 modifications, mainly to use the NLopt stopping criteria (and to
15 take the objective function as an argument rather than a global).
16
17 The original Fortran code was released by Powell with "no restrictions
18 or charges", and the C translation by S. G. Johnson is released in a
19 similar spirit under the MIT License (see the COPYRIGHT file in this
20 directory).