chiark / gitweb /
nlopt.git
2008-09-01 stevenjadded some more decimal places to known minima
2008-09-01 stevenjclarification
2008-09-01 stevenjdefault to COBYLA rather than subplex for local searche...
2008-09-01 stevenjcheck bounds in testopt, fix bug in NEWUOA_BOUNDS that...
2008-09-01 stevenjadded NEWUOA_BOUND
2008-09-01 stevenjfirst start at replacing original newuoa routines with...
2008-09-01 stevenjwhoops, forgot to add NEWUOA code
2008-08-31 stevenjadded corner optimization test case, average #evaluations
2008-08-30 stevenjadded NEWUOA, unified starting step-size for derivative...
2008-08-29 stevenjadded Fortran interface
2008-08-29 stevenjclarification
2008-08-29 stevenjadded COBYLA algorithm
2008-08-28 stevenjfirst stab at experimental cquad algorithm; doesn't...
2008-08-27 stevenjtypo
2008-08-27 stevenjcopyright updates
2008-08-24 stevenjuse recursive MMA as fallback in case of problems with...
2008-08-23 stevenjchanged nlopt_minimize_c to nlopt_minimize_constrained...
2008-08-20 stevenjfixed another nasty bug, where we could accidentally...
2008-08-20 stevenjtweaks to verbose output
2008-08-19 stevenjfix evil bug in MMA dual function that was leading...
2008-08-19 stevenjdon't print past end of array in mma_verbose mode
2008-08-19 stevenjmore accurate dual minimization for small u
2008-08-18 stevenjmissing .m files
2008-08-18 stevenjanother missing file
2008-08-18 stevenjwhoops, missing file
2008-08-18 stevenjmore verbose output from MMA; more paranoia required...
2008-08-18 stevenjrm hack now that we are computing gradient correctly...
2008-08-18 stevenjadded nlopt_minimize_c function for constrained minimiz...
2008-08-15 stevenjfixed MMA so it compiles and works at least in the...
2008-08-15 stevenjinitial (untested) stab at ~full MMA
2008-08-05 stevenjadded mma_verbose flag for debugging
2008-07-29 stevenjname tweak
2008-07-29 stevenjallow cxx library to be installed simultaneously with...
2008-07-29 stevenjfixed incorrect termination code
2008-07-29 stevenjupdated .m files
2008-07-29 stevenjadded MMA implementation
2008-07-29 stevenjbug fix - xtol is only met if true for *all* components...
2008-07-29 stevenjcompile with non-free Nocedal L-BFGS if it is present...
2008-04-12 stevenjdon't export "subplex" symbol to avoid conflict with...
2008-04-12 stevenjadd --with-cxx to include C++ code, and don't include...
2008-03-09 stevenjuse __builtin_ctz if available
2008-03-09 stevenjslight improvement in rightzero32
2008-03-09 stevenjfix directory build order (build lib before octave...
2007-09-27 stevenjfixed reference date
2007-09-13 stevenjfixed rosenbrock gradient
2007-09-13 stevenjadded first version of MLSL multistart-type algorithm
2007-09-11 stevenjadded rb_tree_find_lt
2007-09-11 stevenjdetect a couple more out-of-memory conditions in CRS
2007-09-11 stevenjfirst stab at minf_max support in StoGO (clearly too...
2007-09-09 stevenjadded verbose mode to Octave/Matlab plugin, for convenience
2007-09-07 stevenjdocument CRS2
2007-09-07 stevenjadded missing .m files
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 stevenjinclude "nlopt.h", not <nlopt.h>
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-06 stevenjfixed documentation to reflect latest algs.
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-04 stevenjadded -C option to force contraints to be active
2007-09-04 stevenjadded TNEWTON (pnet) code from luksan
2007-09-04 stevenjplip shouldn't reset nevals
2007-09-04 stevenjsupport function handles from Matlab
2007-09-04 stevenjmex file doesn't use usage.h
2007-09-04 stevenjupdated .m help
2007-09-04 stevenjadded Matlab plug-in
2007-09-03 stevenjauto updating of constant .m files
2007-09-03 stevenjadded PLIS variable-metric methods
2007-09-03 stevenjadded original .for files; this will make it easier...
2007-09-03 stevenjadded more time checks
2007-09-03 stevenjgot plip_ to compile, basic changes for NLopt, no wrapp...
2007-09-03 stevenjadded plip/pnet .txt files
2007-09-03 stevenjadded initial f2c conversions of plip and pnet
2007-09-03 stevenjadded luksan/ directory, which will eventually contain...
2007-09-03 stevenjbug fix in grosenbrock gradient (no wonder StoGO etc...
2007-09-03 stevenjrename fmin to minf to avoid conflict with C99 fmin...
2007-09-02 stevenjwhoops, fix gradient
2007-09-02 stevenjadded 1d test function
2007-09-02 stevenjsupport all termination conditions in praxis
2007-09-02 stevenjminor bug fixes, praxis now supports maxeval/maxtime...
2007-09-02 stevenjdynamic allocation in praxis, pass stop parameter ...
2007-09-01 stevenjupdate symbol names
2007-09-01 stevenjadded first cut at Praxis, renamed constants
2007-08-30 stevenjadded octave plug-in
2007-08-30 stevenjsuccess message
2007-08-30 stevenjadded 3 more test functions
2007-08-30 stevenjreset age whenever we change a hyperrect
2007-08-30 stevenjswitch to "standard" DIRECT-L where we only pick one...
2007-08-30 stevenj-m option is now relative to exact minimum
2007-08-30 stevenjgot rid of buggy f_recenter (Lagrange interpolation...
next