chiark / gitweb /
Merge pull request #143 from roboticslibrary/patch-targets
[nlopt.git] / util /
2017-08-24 Julien SchuellerMerge pull request #134 from jschueller/uninitialized
2017-08-24 Julien SchuellerMerge pull request #136 from jschueller/testopt
2017-08-24 Amromove getopt implementation to separate files
2016-10-27 Steven G. JohnsonMerge pull request #93 from jschueller/libcpp
2016-10-27 Steven G. JohnsonMerge pull request #94 from jschueller/config
2016-10-27 Julien SchuellerRename config.h to nlopt_config.h
2016-09-14 Steven G. JohnsonMerge pull request #84 from amroamroamro/patch-1
2016-09-13 Amroalternate implementations for isinf/isfinite
2016-09-13 Amromove definition of util functions
2016-09-13 Amromove some util tests from comments into separate files
2016-09-13 Amrofix some compiler warnings
2016-09-13 Amrominor edits
2016-07-11 Julien SchuellerSwitch to cmake (#49)
2015-09-04 Steven G. JohnsonMerge pull request #46 from jschueller/travis
2015-09-01 Steven G. JohnsonMerge pull request #45 from jschueller/patch-1
2015-08-31 jschuellerfix conversion error in stop.c
2015-05-12 Steven G. Johnsonmore robustness to underflow etc. (fix #36)
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2015-04-11 Steven G. JohnsonMerge branch 'master' of https://github.com/stevengj...
2015-03-23 Steven G. JohnsonMerge pull request #34 from jpritikin/slsqp
2015-03-20 Joshua Nathaniel... Add nlopt_isfinite
2014-05-20 Steven G. Johnsoncopyright year update for 2014
2012-07-30 stevenjhandle case of negative rescalings (from negative dx...
2012-07-20 stevenjversion bump for 2.3
2011-11-15 stevenjbug in timer, thanks to William Vaughn for the patch
2011-11-15 stevenjadded (untested) interface for specifying preconditioners
2011-05-26 stevenjcopyright year bump
2011-03-02 stevenjcomment typo
2010-10-28 stevenjfix support for maxtime in Luksan algorithms and ORIG_D...
2010-09-01 stevenjfix compiler warnings about prototype mismatches in...
2010-07-30 stevenjhandle missing C99/IEEE copysign function, e.g. for...
2010-07-15 stevenjthread-safety in nlopt_seconds(), assuming we have...
2010-07-15 stevenjallow BOBYQA and COBYLA to use unequal initial step...
2010-07-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-05-28 stevenjuse thread-local storage for Mersenne twister to make...
2010-05-28 stevenjadded nlopt_force_stop termination
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2010-04-03 stevenjnew, extensible "object-oriented" API, first draft
2010-02-09 stevenjuse NLopt stop criteria in Luksan code: in particular...
2010-01-29 stevenjfixed to compile under C++, use C++ compiler in --with...
2009-11-18 stevenjadded ISRES (compiles, but untested)
2009-11-12 stevenjif reltol > 0, catch convergence case where new ==...
2009-10-29 stevenjwork around stupid qsort_r BSD/GNU incompatibility
2008-11-26 stevenjinitial (undocumented) support for equality constraints...
2008-11-22 stevenjwork around broken solaris gcc
2008-11-09 stevenjadded qsort_r replacement
2008-09-01 stevenjadded NEWUOA_BOUND
2008-08-27 stevenjcopyright updates
2008-08-15 stevenjinitial (untested) stab at ~full MMA
2008-07-29 stevenjbug fix - xtol is only met if true for *all* components...
2008-03-09 stevenjuse __builtin_ctz if available
2008-03-09 stevenjslight improvement in rightzero32
2007-09-11 stevenjadded rb_tree_find_lt
2007-09-07 stevenjadded my own implementation of controlled random search...
2007-09-06 stevenjwhoops!
2007-09-06 stevenjfix comment
2007-09-06 stevenjuse clever O(1) algorithm from Knuth to find rightmost...
2007-09-06 stevenjadded rb_tree_shift_keys
2007-09-06 stevenjmove redblack trees into libutil so they can be shared
2007-09-06 stevenjallow NULL to be passed to sobol routines to fall back...
2007-09-05 stevenjrename sobolseq.h to soboldata.h
2007-09-05 stevenjtweak
2007-09-05 stevenjcopyright etc. comments
2007-09-05 stevenjbug fix - missing 0's in Sobol ... now matches publishe...
2007-09-05 stevenjadded test integrand, sobol_skip, checked whether looku...
2007-09-05 stevenjcomments
2007-09-05 stevenjadded sobol api to nlopt-util.h, split data into separa...
2007-09-05 stevenjinitial cut at Sobol sequence generator
2007-09-03 stevenjrename fmin to minf to avoid conflict with C99 fmin...
2007-08-26 stevenjimplemented a couple more division strategies
2007-08-25 stevenjuse nlopt_stopping in StoGO (currently only for maxeval...
2007-08-24 stevenjsupported more stopping criteria in subplex (still...
2007-08-24 stevenjadded common random-number generation and timer utilities