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 |
2010-06-11 |
stevenj | fixed(?) python interface |
commit | commitdiff | tree | snapshot |
2010-06-07 |
stevenj | python plugin compiles (untested) |
commit | commitdiff | tree | snapshot |
2010-06-05 |
stevenj | replace free_f_data flag with more general munging... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
stevenj | beginnings of Python wrapper (not tested, not compiled... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
stevenj | rm blank line |
commit | commitdiff | tree | snapshot |
2010-06-04 |
stevenj | fix shadowed overloading |
commit | commitdiff | tree | snapshot |
2010-06-04 |
stevenj | support exceptions in SWIG wrappers |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | provide alternate optimize() method that does not aretu... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | use thread_id, if available, in nlopt_srand_time to... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | libnlopt_guile has no inter-library dependencies |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | Guile wrapper seems mostly functional, sans exceptions... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | initial stab at guile-wrapper/SWIG Makefile |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | no way to rethrow last-caught exception outside of... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | use memcpy, return inf on exception from objective |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | slight optimization in std::vector<double> wrappers... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | first stab at SWIG wrappers (unfinished Makefile),... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | no need for opt::reinit since we have = operator |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | added fortran wrapper for nlopt_copy |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | take f_data in std::vector-style objective/constraints |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | streamlined C++ header by using only std::vector and... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | added API for free_f_data |
commit | commitdiff | tree | snapshot |
2010-06-01 |
stevenj | add C++ header |
commit | commitdiff | tree | snapshot |
2010-06-01 |
stevenj | added new Fortran API, removed unnecessary --with-windo... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
stevenj | fixed generation of nlopt.f (again) |
commit | commitdiff | tree | snapshot |
2010-05-31 |
stevenj | improve C++ header exceptions, rename NLOPT_FORCE_STOP... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
stevenj | use thread-local storage for Mersenne twister to make... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
stevenj | C++ compilation fixes |
commit | commitdiff | tree | snapshot |
2010-05-28 |
stevenj | a few int -> unsigned fixes |
commit | commitdiff | tree | snapshot |
2010-05-28 |
stevenj | added nlopt_force_stop termination |
commit | commitdiff | tree | snapshot |
2010-05-12 |
stevenj | remove obsolete TODO |
commit | commitdiff | tree | snapshot |
next |