• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..02-Jul-2020-

COPYRIGHTH A D12-Apr-20183.1 KiB7658

Makefile.amH A D12-Apr-2018326 96

Makefile.inH A D12-Apr-201819.1 KiB634549

READMEH A D12-Apr-2018909 2417

global.ccH A D12-Apr-20188 KiB352266

global.hH A D12-Apr-20181.8 KiB9371

linalg.ccH A D12-Apr-20184.3 KiB217163

linalg.hH A D12-Apr-20182.3 KiB8858

local.ccH A D12-Apr-20189.6 KiB410322

local.hH A D12-Apr-2018762 3017

prog.ccH A D12-Apr-20186.9 KiB302280

rosen.hH A D12-Apr-2018401 1915

stogo.ccH A D12-Apr-20181.5 KiB6651

stogo.hH A D12-Apr-20182.1 KiB7423

stogo_config.hH A D12-Apr-2018429 204

testfun.hH A D12-Apr-201813.5 KiB540426

testros.ccH A D12-Apr-2018516 2620

tools.ccH A D12-Apr-20189.5 KiB424312

tools.hH A D12-Apr-20183 KiB12090

tst.ccH A D12-Apr-20181.3 KiB6348

tstc.cH A D12-Apr-20181 KiB4736

README

1This code is modified from the original StoGO Global Optimization library
2by Madsen et al., downloaded from:
3
4	http://www2.imm.dtu.dk/~km/GlobOpt/opt.html
5
6It was modified to allow C-callable wrappers and some other niceties by
7Steven G. Johnson (stevenj@alum.mit.edu) in 2007.
8
9StoGO uses a gradient-based direct-search branch-and-bound algorithm,
10described in:
11
12S. Gudmundsson, "Parallel Global Optimization," M.Sc. Thesis, IMM,
13	Technical University of Denmark, 1998.
14
15K. Madsen, S. Zertchaninov, and A. Zilinskas, "Global Optimization
16	using Branch-and-Bound," Submitted to the Journal of Global
17	Optimization, 1998.
18	[ never published, but preprint is included as paper.pdf ]
19
20S. 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 ]
24