chiark / gitweb /
nlopt.git
2008-11-11 stevenjimprove MMA for infeasible starting point -- new points...
2008-11-11 stevenjbug fix in MMA for infeasible starting point -- feasibl...
2008-11-11 stevenjadded citation
2008-11-11 stevenjREADME updates
2008-11-11 stevenjfix xtol test in sbplx
2008-11-11 stevenjwork around NaN in cobyla that occurs if we run it...
2008-11-11 stevenjfixes in octave/matlab wrappers
2008-11-11 stevenjfirst stab at nlopt_minimize_constrained Matlab/Octave...
2008-11-11 stevenjupdated .m help
2008-11-11 stevenjfix description of constrained nelder-mead
2008-11-10 stevenjcopyright clarifications
2008-11-10 stevenjremove Rowan's original subplex (non-free) from source...
2008-11-10 stevenjadded sbplx
2008-11-10 stevenjdon't use fp equality in coincident-point check, fix...
2008-11-10 stevenjcheck for coincident points in simplex
2008-11-10 stevenjkeep track of max/min evaluation counts
2008-11-09 stevenjslight tweaks
2008-11-09 stevenjadded internal nldrmd_minimize_ for use in subplex
2008-11-09 stevenjfixed nelder-mead xtol/ftol stopping criteria, added...
2008-11-09 stevenjadded qsort_r replacement
2008-11-08 stevenjadded nelder-mead simplex algorithm (in preparation...
2008-11-08 stevenjfixes for latest autoconf version
2008-10-21 stevenjhandle infeasible initial point in MMA with finite...
2008-10-02 stevenjsupport for disabling constraints in MMA by returning NaN
2008-09-15 stevenjunset mma_verbose for recursive MMA of dual
2008-09-01 stevenjonly print averages when multiple iterations
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
next