chiark / gitweb /
nlopt.git
2009-11-17 stevenjfixes to nlopt stop cases in BOBYQA
2009-11-17 stevenjdetect singular case in BOBYQA
2009-11-17 stevenjadd preliminary BOBYQA (not quite working yet)
2009-11-14 stevenjfixed extraneous text accidentally included in nlopt...
2009-11-13 stevenjcopyright year updates
2009-11-13 stevenjmore nlopt 1.1 news
2009-11-13 stevenjadd (disabled) code to test program to signal on NaN...
2009-11-13 stevenjadded new NLOPT_ROUNDOFF_LIMITED failure code to indica...
2009-11-12 stevenjif reltol > 0, catch convergence case where new ==...
2009-11-12 stevenjadded double Lorentzian test function (not distributed)
2009-11-12 stevenjadded Box test function (not distributed)
2009-10-29 stevenjconfigure script detects whether Matlab/Octave plugins...
2009-10-29 stevenjtentative release date for 1.1
2009-10-29 stevenjupdated Octave install-directory detection for recent...
2009-10-29 stevenjmore NEWS
2009-10-29 stevenjwork around stupid qsort_r BSD/GNU incompatibility
2008-11-27 stevenjadded test function with minimum at side (i.e. one...
2008-11-27 stevenjmodify cobyla to explicitly honor bound constraints
2008-11-26 stevenjstupid Windows dllimport crap
2008-11-26 stevenjtentative version bump
2008-11-26 stevenj--without-octave and --without-matlab options
2008-11-26 stevenjinitial (undocumented) support for equality constraints...
2008-11-25 stevenjskeleton of future equality-constraint support
2008-11-22 stevenjwork around broken solaris gcc
2008-11-22 stevenjbetter checking for Matlab installation path
2008-11-14 stevenjdisable Octave code if mkoctfile not found, even if...
2008-11-13 stevenjversion bump
2008-11-13 stevenjMLSL needs a nonzero default ftol_rel and/or xtol_rel
2008-11-13 stevenjfix overriding of MEX_INSTALL_DIR
2008-11-13 stevenjyikes, bug fix in DIRECT that prevented convergence...
2008-11-12 stevenjwhoops, removed obsolete Makefile
2008-11-12 stevenjversion bump
2008-11-12 stevenjremove BUGS section of man pages
2008-11-11 stevenjmore conservative ftol test in subplex, based on max...
2008-11-11 stevenjcall stop_ftol instead of stop_f if we check minf_max...
2008-11-11 stevenjfix dependency (rebuild Octave & Matlab plugins if...
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...
next