chiark / gitweb /
71c6c62c7cbce2eba18ad96707756d98e42fa764
[nlopt.git] / stogo / README
1 This code is modified from the original StoGO Global Optimization library
2 by Madsen et al., downloaded from:
3
4         http://www2.imm.dtu.dk/~km/GlobOpt/opt.html
5
6 It was modified to allow C-callable wrappers and some other niceties by
7 Steven G. Johnson (stevenj@alum.mit.edu) in 2007.
8
9 StoGO uses a gradient-based direct-search branch-and-bound algorithm,
10 described in:
11
12 S. Gudmundsson, "Parallel Global Optimization," M.Sc. Thesis, IMM,
13         Technical University of Denmark, 1998.
14
15 K. Madsen, S. Zertchaninov, and A. Zilinskas, "Global Optimization
16         using Branch-and-Bound," Submitted to the Journal of Global
17         Optimization, 1998.  [ does not seem to have been published? ]
18
19 S. Zertchaninov and K. Madsen, "A C++ Programme for Global Optimization,"
20         IMM-REP-1998-04, Department of Mathematical Modelling,
21         Technical University of Denmark, DK-2800 Lyngby, Denmark, 1998.