2010-11-18 |
stevenj | add get/set subspace dimension for low-storage quasi... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
stevenj | update TODO |
commit | commitdiff | tree | snapshot |
2010-10-28 |
stevenj | fix support for maxtime in Luksan algorithms and ORIG_D... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
stevenj | include nlopt_optimize_usage.h in dist tarball, for... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
stevenj | updated NEWS for 2.2.1 |
commit | commitdiff | tree | snapshot |
2010-09-06 |
stevenj | add missing Windows exporting junk for nlopt_algorithm_... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
stevenj | fix compiler warnings about prototype mismatches in... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
stevenj | add missing "inline" keywords to C++ functions so that... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
stevenj | fixed bug in set/get xtol_abs, thanks to David Rivest... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
stevenj | updated NEWS for 2.2.1 |
commit | commitdiff | tree | snapshot |
2010-08-13 |
stevenj | max/min macros are already defined(!) by stdlib.h(... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
stevenj | version bump to 2.2.1 |
commit | commitdiff | tree | snapshot |
2010-07-30 |
stevenj | NLOPT_DLL_EXPORT option to compile with MS dllexport... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
stevenj | update: Nocedal code is available under GPL |
commit | commitdiff | tree | snapshot |
2010-07-30 |
stevenj | handle missing C99/IEEE copysign function, e.g. for... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
stevenj | stick to C89 and avoid mixed declarations and code... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
stevenj | lcc doesn't support dllimport, thanks to Laurent Vanbey... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | added Fortran mconstraint API |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | thread-safety in nlopt_seconds(), assuming we have... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | tentative release date for 2.2 |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | rm SLSQP from TODO |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | added --without-threadlocal to disable thread-local... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | fix SLSQP to work with unbounded dimensions |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | update NEWS |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | replace 1e20 with HUGE_VAL in ORIG_DIRECT code (silly... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | support forced stops in ORIG_DIRECT |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | version bump |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | allow BOBYQA and COBYLA to use unequal initial step... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
stevenj | fix failure in C++ (and some other front-ends) when... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
stevenj | clarification of SLSQP name |
commit | commitdiff | tree | snapshot |
2010-07-12 |
stevenj | added python docstring for module; thanks to Sebastian... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
stevenj | document SLSQP in man page |
commit | commitdiff | tree | snapshot |
2010-07-12 |
stevenj | fix memory leak for error condition |
commit | commitdiff | tree | snapshot |
2010-07-12 |
stevenj | print out which bound was violated for bounds violation |
commit | commitdiff | tree | snapshot |
2010-07-12 |
stevenj | bug fixes to slsqp, now seems to work |
commit | commitdiff | tree | snapshot |
2010-07-10 |
stevenj | added slsqp code (compiles, not yet tested) |
commit | commitdiff | tree | snapshot |
2010-07-10 |
stevenj | prepare to handle forced-stop in ORIG_DIRECT (not done... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
stevenj | add missing %catches statements for recent C++ API... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
stevenj | if user specifies OCT_INSTALL_DIR, make M_INSTALL_DIR... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
stevenj | added GUILE_INSTALL_DIR var to change Guile installatio... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
stevenj | in functions with constraints, make sure forced_stop... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
stevenj | update NEWS |
commit | commitdiff | tree | snapshot |
2010-07-08 |
stevenj | use 2-dimensional array for grad arg of python mconstraint |
commit | commitdiff | tree | snapshot |
2010-07-08 |
stevenj | version bump (2.1.2) |
commit | commitdiff | tree | snapshot |
2010-07-08 |
stevenj | elim. memory leaks in C++/Python/Guile/Fortran interfac... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
stevenj | fix memory leak in python wrapper on exception |
commit | commitdiff | tree | snapshot |
2010-07-07 |
stevenj | return error if more than n equality constraints are... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
stevenj | yikes, fix argument check for tol argument in add_const... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
stevenj | version bump 2.1.1 |
commit | commitdiff | tree | snapshot |
2010-07-07 |
stevenj | better checking for Python and Numpy include directorie... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
stevenj | missing nlopt- prefix for version_* functions |
commit | commitdiff | tree | snapshot |
2010-07-06 |
stevenj | version bump for 2.1 |
commit | commitdiff | tree | snapshot |
2010-07-06 |
stevenj | fix python mconstraint, change C++ mconstraint to infer... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
stevenj | python interface for mconstraint feature |
commit | commitdiff | tree | snapshot |
2010-07-06 |
stevenj | added mconstraint functions to C++ API |
commit | commitdiff | tree | snapshot |
2010-07-06 |
stevenj | fix mma mconstraints |
commit | commitdiff | tree | snapshot |
2010-07-06 |
stevenj | bug fixes to auglag in new mconstraint, don't use stopv... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
stevenj | add mconstraint to C API (not yet tested), thanks to... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
stevenj | support equality constraints in COBYLA (internally... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
stevenj | -mthreads forces mingwm10.dll dependency, remove; thank... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
stevenj | apparently the @ really is part of the identifier with... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
stevenj | guard against multiple inclusion in nlopt.hpp; thanks... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
stevenj | version bump (2.0.2) |
commit | commitdiff | tree | snapshot |
2010-06-17 |
stevenj | STDCALL needs to go after return type for MSVC++; thank... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
stevenj | fixed mingw .def file |
commit | commitdiff | tree | snapshot |
2010-06-16 |
stevenj | version bump (2.0.1) |
commit | commitdiff | tree | snapshot |
2010-06-16 |
stevenj | added --with-mthreads option to use -mthreads flag... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
stevenj | fixed MinGW build |
commit | commitdiff | tree | snapshot |
2010-06-16 |
stevenj | added --without-python and --without-guile options |
commit | commitdiff | tree | snapshot |
2010-06-16 |
stevenj | fixed get_array functions in Fortran |
commit | commitdiff | tree | snapshot |
2010-06-16 |
stevenj | whoops, fixed to configure with --disable-shared |
commit | commitdiff | tree | snapshot |
2010-06-16 |
stevenj | doc update -- main MLSL no longer has default sub-algorithm |
commit | commitdiff | tree | snapshot |
2010-06-16 |
stevenj | change lb/ub field in Matlab interface to lower_bounds... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
stevenj | check for numpy |
commit | commitdiff | tree | snapshot |
2010-06-15 |
stevenj | tentative 2.0 release date |
commit | commitdiff | tree | snapshot |
2010-06-15 |
stevenj | add NLOPT_G_MLSL variants that require local_opt to... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | move new AUGLAG constants to end of list in order to... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | add AUGLAG constants to other langs |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | add numpy.i to dist, since it isn't shipped in a standa... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | add TODO for more wrappers |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | scheme callbacks now take grad as vector argument,... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | detect a roundoff error condition in COBYLA |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | copy initial_step (if any) from opt to local_opt |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | set_initial_step(opt, NULL) resets to default |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | document NLOPT_AUGLAG |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | turn off auglag_verbose by default |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | NLOPT_AUGLAG, no LN/LD, which requires local-opt algori... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | updated NEWS with new 2.0 features |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | disable Python/Guile wrappers unless --enable-shared |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | C++, STOGO, and nocedal fixes |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | removed finished TODO |
commit | commitdiff | tree | snapshot |
2010-06-13 |
stevenj | map NLopt's C++ exceptions to more Scheme-like equivalents |
commit | commitdiff | tree | snapshot |
2010-06-13 |
stevenj | bug fix in guile wrapper, to match latest C++ api |
commit | commitdiff | tree | snapshot |
2010-06-13 |
stevenj | handle/throw Python exceptions |
commit | commitdiff | tree | snapshot |
2010-06-12 |
stevenj | catch and rethrow nlopt exceptions from objective |
commit | commitdiff | tree | snapshot |
2010-06-12 |
stevenj | bug fix - python strides are in bytes, not in doubles... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | make prepending nlopt_ the exception, not the rule |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | version bump |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | silence compiler warning |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | fixed python shared-lib name |
commit | commitdiff | tree | snapshot |
next |