chiark / gitweb /
nlopt.git
2010-10-28 stevenjfix support for maxtime in Luksan algorithms and ORIG_D...
2010-10-16 stevenjinclude nlopt_optimize_usage.h in dist tarball, for...
2010-09-06 stevenjupdated NEWS for 2.2.1
2010-09-06 stevenjadd missing Windows exporting junk for nlopt_algorithm_...
2010-09-01 stevenjfix compiler warnings about prototype mismatches in...
2010-08-30 stevenjadd missing "inline" keywords to C++ functions so that...
2010-08-19 stevenjfixed bug in set/get xtol_abs, thanks to David Rivest...
2010-08-13 stevenjupdated NEWS for 2.2.1
2010-08-13 stevenjmax/min macros are already defined(!) by stdlib.h(...
2010-08-05 stevenjversion bump to 2.2.1
2010-07-30 stevenjNLOPT_DLL_EXPORT option to compile with MS dllexport...
2010-07-30 stevenjupdate: Nocedal code is available under GPL
2010-07-30 stevenjhandle missing C99/IEEE copysign function, e.g. for...
2010-07-30 stevenjstick to C89 and avoid mixed declarations and code...
2010-07-29 stevenjlcc doesn't support dllimport, thanks to Laurent Vanbey...
2010-07-15 stevenjadded Fortran mconstraint API
2010-07-15 stevenjthread-safety in nlopt_seconds(), assuming we have...
2010-07-15 stevenjtentative release date for 2.2
2010-07-15 stevenjrm SLSQP from TODO
2010-07-15 stevenjadded --without-threadlocal to disable thread-local...
2010-07-15 stevenjfix SLSQP to work with unbounded dimensions
2010-07-15 stevenjupdate NEWS
2010-07-15 stevenjreplace 1e20 with HUGE_VAL in ORIG_DIRECT code (silly...
2010-07-15 stevenjsupport forced stops in ORIG_DIRECT
2010-07-15 stevenjversion bump
2010-07-15 stevenjallow BOBYQA and COBYLA to use unequal initial step...
2010-07-15 stevenjfix failure in C++ (and some other front-ends) when...
2010-07-13 stevenjclarification of SLSQP name
2010-07-12 stevenjadded python docstring for module; thanks to Sebastian...
2010-07-12 stevenjdocument SLSQP in man page
2010-07-12 stevenjfix memory leak for error condition
2010-07-12 stevenjprint out which bound was violated for bounds violation
2010-07-12 stevenjbug fixes to slsqp, now seems to work
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)
2010-07-10 stevenjprepare to handle forced-stop in ORIG_DIRECT (not done...
2010-07-09 stevenjadd missing %catches statements for recent C++ API...
2010-07-09 stevenjif user specifies OCT_INSTALL_DIR, make M_INSTALL_DIR...
2010-07-09 stevenjadded GUILE_INSTALL_DIR var to change Guile installatio...
2010-07-08 stevenjin functions with constraints, make sure forced_stop...
2010-07-08 stevenjupdate NEWS
2010-07-08 stevenjuse 2-dimensional array for grad arg of python mconstraint
2010-07-08 stevenjversion bump (2.1.2)
2010-07-08 stevenjelim. memory leaks in C++/Python/Guile/Fortran interfac...
2010-07-08 stevenjfix memory leak in python wrapper on exception
2010-07-07 stevenjreturn error if more than n equality constraints are...
2010-07-07 stevenjyikes, fix argument check for tol argument in add_const...
2010-07-07 stevenjversion bump 2.1.1
2010-07-07 stevenjbetter checking for Python and Numpy include directorie...
2010-07-06 stevenjmissing nlopt- prefix for version_* functions
2010-07-06 stevenjversion bump for 2.1
2010-07-06 stevenjfix python mconstraint, change C++ mconstraint to infer...
2010-07-06 stevenjpython interface for mconstraint feature
2010-07-06 stevenjadded mconstraint functions to C++ API
2010-07-06 stevenjfix mma mconstraints
2010-07-06 stevenjbug fixes to auglag in new mconstraint, don't use stopv...
2010-07-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-06-24 stevenjsupport equality constraints in COBYLA (internally...
2010-06-22 stevenj-mthreads forces mingwm10.dll dependency, remove; thank...
2010-06-21 stevenjapparently the @ really is part of the identifier with...
2010-06-17 stevenjguard against multiple inclusion in nlopt.hpp; thanks...
2010-06-17 stevenjversion bump (2.0.2)
2010-06-17 stevenjSTDCALL needs to go after return type for MSVC++; thank...
2010-06-17 stevenjfixed mingw .def file
2010-06-16 stevenjversion bump (2.0.1)
2010-06-16 stevenjadded --with-mthreads option to use -mthreads flag...
2010-06-16 stevenjfixed MinGW build
2010-06-16 stevenjadded --without-python and --without-guile options
2010-06-16 stevenjfixed get_array functions in Fortran
2010-06-16 stevenjwhoops, fixed to configure with --disable-shared
2010-06-16 stevenjdoc update -- main MLSL no longer has default sub-algorithm
2010-06-16 stevenjchange lb/ub field in Matlab interface to lower_bounds...
2010-06-15 stevenjcheck for numpy
2010-06-15 stevenjtentative 2.0 release date
2010-06-15 stevenjadd NLOPT_G_MLSL variants that require local_opt to...
2010-06-14 stevenjmove new AUGLAG constants to end of list in order to...
2010-06-14 stevenjadd AUGLAG constants to other langs
2010-06-14 stevenjadd numpy.i to dist, since it isn't shipped in a standa...
2010-06-14 stevenjadd TODO for more wrappers
2010-06-14 stevenjscheme callbacks now take grad as vector argument,...
2010-06-14 stevenjdetect a roundoff error condition in COBYLA
2010-06-14 stevenjcopy initial_step (if any) from opt to local_opt
2010-06-14 stevenjset_initial_step(opt, NULL) resets to default
2010-06-14 stevenjdocument NLOPT_AUGLAG
2010-06-14 stevenjturn off auglag_verbose by default
2010-06-14 stevenjNLOPT_AUGLAG, no LN/LD, which requires local-opt algori...
2010-06-14 stevenjupdated NEWS with new 2.0 features
2010-06-14 stevenjdisable Python/Guile wrappers unless --enable-shared
2010-06-14 stevenjC++, STOGO, and nocedal fixes
2010-06-14 stevenjremoved finished TODO
2010-06-13 stevenjmap NLopt's C++ exceptions to more Scheme-like equivalents
2010-06-13 stevenjbug fix in guile wrapper, to match latest C++ api
2010-06-13 stevenjhandle/throw Python exceptions
2010-06-12 stevenjcatch and rethrow nlopt exceptions from objective
2010-06-12 stevenjbug fix - python strides are in bytes, not in doubles...
2010-06-11 stevenjmake prepending nlopt_ the exception, not the rule
2010-06-11 stevenjversion bump
2010-06-11 stevenjsilence compiler warning
2010-06-11 stevenjfixed python shared-lib name
2010-06-11 stevenjfixed(?) python interface
2010-06-07 stevenjpython plugin compiles (untested)
next