chiark / gitweb /
nlopt.git
2013-03-29 Steven G. Johnsonversion bump for 2.4
2013-03-28 Steven G. Johnsonuse python-config if it is present to get Python includ...
2013-03-28 Steven G. Johnsonminor typo fixes
2013-03-28 Steven G. Johnsonadded nlopt_munge_data to fix bug in C++ (and Python...
2013-02-11 stevenjadded 2 refs to README at Carlos' request
2013-02-08 stevenjadded ESCH algorithm
2012-09-20 stevenjfix swig dir for VPATH builds, thanks to Sandro Vitenti...
2012-09-16 stevenjversion bump for 2.3.1, tentative release date
2012-08-27 stevenjcobyla should return ROUNDOFF_LIMITED if it "converges...
2012-08-08 stevenjbug fix: fix return value in set min/max objective
2012-08-08 stevenjmake internal nlopt_opt.work field a void* rather than...
2012-07-30 stevenjhandle case of negative rescalings (from negative dx...
2012-07-20 stevenjdocument CCSA
2012-07-20 stevenjadded CCSAQ to man page
2012-07-20 stevenjadd mingw64 script
2012-07-20 stevenjversion bump for 2.3
2012-07-20 stevenjjust unconditionally disable compilation of matlab...
2012-01-16 stevenjin Matlab/Octave interface, make returning NaN from...
2011-12-08 stevenjbug fix to convergence test (only relevant to sbplx...
2011-11-28 stevenjCCSA trust-region problem should use dual_opt parameter...
2011-11-28 stevenjfix maximization with preconditioner (passed wrong...
2011-11-27 stevenjreturn roundoff-limited for cobyla in this case
2011-11-26 stevenjlower tolerance for dual optimization in MMA/CCSAQ...
2011-11-26 stevenjuse reciprocal quadratic formula, which is accurate...
2011-11-23 stevenjdetect null preconditioner when maximizing
2011-11-23 stevenjmissing file
2011-11-16 stevenjbug fix in preconditioned CCSA
2011-11-15 stevenjbug in timer, thanks to William Vaughn for the patch
2011-11-15 stevenjadded NLOPT_LD_CCSAQ matlab constant
2011-11-15 stevenjadded prototype matlab precond interface (for objective...
2011-11-15 stevenjadded (untested) interface for specifying preconditioners
2011-11-15 stevenjadded CCSAQ algorithm; internal support for preconditio...
2011-11-15 stevenjwhen adding mconstraints, allow tol==NULL as synonym...
2011-06-09 stevenjversion bump to 2.2.4
2011-06-09 stevenj--with-cxx should not use -no-undefined, since it deppe...
2011-06-09 stevenjguile and python libs will NOT have no undefined symbol...
2011-06-08 stevenjwhoops, missed one static variable in luksan; thanks...
2011-06-08 stevenjversion bump to 2.2.3
2011-05-26 stevenjF77 api for upper-case linkage should use set/get vecto...
2011-05-26 stevenjcopyright year bump
2011-05-26 stevenjversion bump to 2.2.2, updated NEWS
2011-05-26 stevenjreport correct count in test program
2011-05-26 stevenjuse elimdim in StoGO
2011-05-25 stevenjmake luksan routines re-entrant; thanks to Gert Wollny...
2011-03-29 stevenjbug fix in cdirect -- typo caused slope to be underesti...
2011-03-22 stevenjdraft NEWS for 2.2.2
2011-03-22 stevenjfixes to windows setup.py; thanks to Robert G for the...
2011-03-07 stevenjuse elimdim for praxis, nelder mead, and sbplx
2011-03-07 stevenjcheck for ub - lb small case for potential minimizers
2011-03-03 stevenjelimdim wrappers to handle lb==ub in derivative-free...
2011-03-02 stevenjcomment typo
2011-02-13 stevenjhandle lb == ub in MMA (bugfix)
2011-02-13 stevenj-b option to fix some params by equating the bounds
2011-01-13 stevenjadd missing xtol check to SLSQP (which caused an errone...
2011-01-13 stevenjin slsqp make sure that we count only function evals...
2010-12-07 stevenjdeprecated API should support xtol_abs==NULL (for 0...
2010-11-20 stevenjdefault to mf=10 in luksan codes, like in Fortran,...
2010-11-20 stevenjrename subspace_dim to vector_storage, since not necess...
2010-11-18 stevenjadd get/set subspace dimension for low-storage quasi...
2010-10-28 stevenjupdate TODO
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
next