1 This code is modified from the original StoGO Global Optimization library
2 by Madsen et al., downloaded from:
4 http://www2.imm.dtu.dk/~km/GlobOpt/opt.html
6 It was modified to allow C-callable wrappers and some other niceties by
7 Steven G. Johnson (stevenj@alum.mit.edu) in 2007.
9 StoGO uses a gradient-based direct-search branch-and-bound algorithm,
12 S. Gudmundsson, "Parallel Global Optimization," M.Sc. Thesis, IMM,
13 Technical University of Denmark, 1998.
15 K. Madsen, S. Zertchaninov, and A. Zilinskas, "Global Optimization
16 using Branch-and-Bound," Submitted to the Journal of Global
18 [ never published, but preprint is included as paper.pdf ]
20 S. Zertchaninov and K. Madsen, "A C++ Programme for Global Optimization,"
21 IMM-REP-1998-04, Department of Mathematical Modelling,
22 Technical University of Denmark, DK-2800 Lyngby, Denmark, 1998.
23 [ included as techreport.pdf ]