chiark / gitweb /
nlopt.git
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2010-04-05 stevenjadd C++ style API
2010-04-05 stevenjin MMA, only stop on minf_max if feasible!
2010-04-05 stevenjmore nlopt_opt introspection
2010-04-05 stevenjfix memory leak in nlopt_create
2010-04-05 stevenjuse constraint tolerance for feasibility check of minf...
2010-04-05 stevenjpseudo-randomize simplex steps in COBLYA, to avoid...
2010-04-05 stevenjallow COBYLA to increase trust-region radius (rho)...
2010-04-05 stevenjmore verbose output for auglag
2010-04-04 stevenjdon't call MLSL recursively (e.g. in auglag)
2010-04-04 stevenjreturn error in global search if domain is not finite
2010-04-04 stevenjimproved (I think) stopping criteria for auglag
2010-04-04 stevenjuse opt->dx in local sub-algorithm
2010-04-04 stevenjtweak initial step
2010-04-03 stevenjnew, extensible "object-oriented" API, first draft
2010-04-02 stevenjuse stdcall interface by default on Windows, since...
2010-03-15 stevenjnlopt-util.h not needed for mex file
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...
2010-01-29 stevenjmissing autogen.sh file
2010-01-29 stevenjadded missing bobyqa files
2010-01-27 stevenjmore TODOs
2010-01-27 stevenjadded TOD
2009-12-01 stevenjomit .m files from .zip for now
2009-12-01 stevenjadd mingw build script
2009-11-19 stevenjtentative 1.2 release
2009-11-19 stevenjupdate Matlab/Octave help
2009-11-19 stevenjadded get/set stochastic_population functions for great...
2009-11-19 stevenjisres should ignore change in f and x on first evaluation
2009-11-19 stevenjslightly better way of deciding on "best" solution...
2009-11-18 stevenjwhoops, fixed Matlab configure
2009-11-18 stevenjbug fix in ISRES; it seems to work, albeit worse than...
2009-11-18 stevenjmake sure minf is initialized to HUGE_VAL before callin...
2009-11-18 stevenjadded ISRES (compiles, but untested)
2009-11-17 stevenjadd URL to README
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
next