chiark / gitweb /
nlopt.git
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)
2010-06-05 stevenjreplace free_f_data flag with more general munging...
2010-06-04 stevenjbeginnings of Python wrapper (not tested, not compiled...
2010-06-04 stevenjrm blank line
2010-06-04 stevenjfix shadowed overloading
2010-06-04 stevenjsupport exceptions in SWIG wrappers
2010-06-03 stevenjprovide alternate optimize() method that does not aretu...
2010-06-03 stevenjuse thread_id, if available, in nlopt_srand_time to...
2010-06-03 stevenjlibnlopt_guile has no inter-library dependencies
2010-06-03 stevenjGuile wrapper seems mostly functional, sans exceptions...
2010-06-03 stevenjinitial stab at guile-wrapper/SWIG Makefile
2010-06-02 stevenjno way to rethrow last-caught exception outside of...
2010-06-02 stevenjuse memcpy, return inf on exception from objective
2010-06-02 stevenjslight optimization in std::vector<double> wrappers...
2010-06-02 stevenjfirst stab at SWIG wrappers (unfinished Makefile),...
2010-06-02 stevenjno need for opt::reinit since we have = operator
2010-06-02 stevenjadded fortran wrapper for nlopt_copy
2010-06-02 stevenjtake f_data in std::vector-style objective/constraints
2010-06-02 stevenjstreamlined C++ header by using only std::vector and...
2010-06-02 stevenjadded API for free_f_data
2010-06-01 stevenjadd C++ header
2010-06-01 stevenjadded new Fortran API, removed unnecessary --with-windo...
2010-05-31 stevenjfixed generation of nlopt.f (again)
2010-05-31 stevenjimprove C++ header exceptions, rename NLOPT_FORCE_STOP...
2010-05-28 stevenjuse thread-local storage for Mersenne twister to make...
2010-05-28 stevenjC++ compilation fixes
2010-05-28 stevenja few int -> unsigned fixes
2010-05-28 stevenjadded nlopt_force_stop termination
2010-05-12 stevenjremove obsolete TODO
2010-05-12 stevenjfixed Matlab plugin
2010-05-12 stevenjstab at Matlab nlopt_optimize interface
2010-05-12 stevenjnote that n argument is now unsigned
2010-05-12 stevenjreplace Octave nlopt_minimize_constrained with wrapper...
2010-05-12 stevenjremove obsolete NLOPT_MINF_MAX_REACHED
2010-05-12 stevenjslight man page corrections
2010-05-08 stevenjadd new man page
2010-05-07 stevenjsupport inequality constraints directly in ORIG_DIRECT
2010-04-06 stevenjinitial stab at new-style Octave api
2010-04-06 stevenjwhoops, fix maximize function
2010-04-05 stevenjput a few more functions into the C++ API
2010-04-05 stevenjcatch a vector-size mismatch in C++
2010-04-05 stevenjrm debugging printf
2010-04-05 stevenjadd set_max_objective to automate the sign flip for...
2010-04-05 stevenjsome C++ tweaks
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2010-04-05 stevenjadd C++ style API
2010-04-05 stevenjin MMA, only stop on minf_max if feasible!
2010-04-05 stevenjmore nlopt_opt introspection
2010-04-05 stevenjfix memory leak in nlopt_create
2010-04-05 stevenjuse constraint tolerance for feasibility check of minf...
2010-04-05 stevenjpseudo-randomize simplex steps in COBLYA, to avoid...
2010-04-05 stevenjallow COBYLA to increase trust-region radius (rho)...
2010-04-05 stevenjmore verbose output for auglag
next