chiark / gitweb /
work around broken solaris gcc
[nlopt.git] / NEWS
1 * Workaround for gcc 3.4.x conflict with HUGE_VAL definition in Solaris
2   (gcc bug 19933).
3
4 * Better identification of Matlab-plugin installation directory.
5
6 NLopt 1.0.1 (13 Nov. 2008)
7
8 * Allow user to override Matlab-plugin installation directory with
9   MEX_INSTALL_DIR.
10
11 * Bug fix in my DIRECT code that prevented convergence (DIRECT-L unaffected).
12
13 * MLSL needs a nonzero default ftol_rel and/or xtol_rel to ensure that
14   its local searches terminate; use roughly machine precision as defaults.
15
16 NLopt 1.0 (11 Nov. 2008)
17
18 * Initial public release.