chiark / gitweb /
Use trusty
[nlopt.git] / test /
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 Julien Schuelleravoid initializing global variable with HUGE_VAL
2017-08-24 Julien Schuellerrelax floating point comparison, missing free
2017-08-24 Amrorenamed to testopt.c, add nlopt-getopt.c dependency
2017-08-24 Amrorename files from C++ to C
2017-08-24 Amromove getopt implementation to separate files
2017-08-05 Julien SchuellerMerge pull request #108 from jdumas/master
2017-03-21 Jérémie DumasPrefer target_include_directories in CMake build script
2016-11-21 Steven G. JohnsonMerge pull request #107 from jschueller/project-dirs
2016-11-21 Julien SchuellerUse PROJECT_(SOURCE|BINARY)_DIR instead of CMAKE_...
2016-11-04 Julien SchuellerMerge pull request #103 from jschueller/cmake-make...
2016-11-04 Julien SchuellerSupport cmake && make && ctest
2016-11-02 Steven G. JohnsonMerge pull request #96 from jschueller/octave-site-dir
2016-11-02 Julien SchuellerAllow to modify Python & octave site dir
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 Amroavoid using HUGE_VAL to initialize global variable
2016-09-13 Amrofix some compiler warnings
2016-09-13 Amrominor edits
2016-07-14 Julien SchuellerMerge pull request #73 from jschueller/tests
2016-07-14 Julien SchuellerAdd matlab bindings
2016-07-14 Julien SchuellerSkip LN_NEWUOA_BOUND in tests
2016-07-14 Julien SchuellerAdd guile test
2016-07-14 Julien SchuellerRewrite Python test from example
2016-07-14 Julien SchuellerAdd octave test
2016-07-11 Julien SchuellerSwitch to cmake (#49)
2015-09-04 Steven G. JohnsonMerge pull request #46 from jschueller/travis
2015-09-02 Steven G. JohnsonMerge pull request #47 from jschueller/patch-2
2015-09-01 jschuellersimplify python test
2014-02-24 Steven G. JohnsonMerge pull request #6 from xantares/pytest
2014-02-24 jschuelleradd test_std.py to EXTRA_DIST
2013-11-03 xantaresInclude python example in tarball.
2013-09-03 Steven G. JohnsonMerge pull request #5 from xantares/prefix
2013-08-30 Steven G. JohnsonMerge pull request #3 from xantares/autogen
2013-08-30 Steven G. JohnsonMerge pull request #4 from xantares/py3k
2013-08-30 xantaresPy3K compatibility
2011-05-26 stevenjcopyright year bump
2011-05-26 stevenjreport correct count in test program
2011-02-13 stevenj-b option to fix some params by equating the bounds
2010-07-15 stevenjsupport forced stops in ORIG_DIRECT
2010-07-12 stevenjfix memory leak for error condition
2010-07-12 stevenjprint out which bound was violated for bounds violation
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2009-11-17 stevenjdetect singular case in BOBYQA
2009-11-13 stevenjcopyright year updates
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 stevenjadded double Lorentzian test function (not distributed)
2009-11-12 stevenjadded Box test function (not distributed)
2008-11-27 stevenjadded test function with minimum at side (i.e. one...
2008-11-10 stevenjkeep track of max/min evaluation counts
2008-09-01 stevenjonly print averages when multiple iterations
2008-09-01 stevenjadded some more decimal places to known minima
2008-09-01 stevenjcheck bounds in testopt, fix bug in NEWUOA_BOUNDS that...
2008-08-31 stevenjadded corner optimization test case, average #evaluations
2008-07-29 stevenjallow cxx library to be installed simultaneously with...
2007-09-13 stevenjfixed rosenbrock gradient
2007-09-04 stevenjadded -C option to force contraints to be active
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-01 stevenjadded first cut at Praxis, renamed constants
2007-08-30 stevenjadded 3 more test functions
2007-08-30 stevenj-m option is now relative to exact minimum
2007-08-30 stevenjgot rid of buggy f_recenter (Lagrange interpolation...
2007-08-25 stevenjadded simple convex test function
2007-08-25 stevenjrecenter coords so that starting guess is utilized...
2007-08-24 stevenjsupported more stopping criteria in subplex (still...
2007-08-24 stevenjadded common random-number generation and timer utilities
2007-08-24 stevenjwhoops
2007-08-23 stevenjadded 9 more test functions
2007-08-23 stevenjadded test program and some test objectives