2008-09-01 |
stevenj | only print averages when multiple iterations |
commit | commitdiff | tree | snapshot |
2008-09-01 |
stevenj | added some more decimal places to known minima |
commit | commitdiff | tree | snapshot |
2008-09-01 |
stevenj | clarification |
commit | commitdiff | tree | snapshot |
2008-09-01 |
stevenj | default to COBYLA rather than subplex for local searche... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
stevenj | check bounds in testopt, fix bug in NEWUOA_BOUNDS that... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
stevenj | added NEWUOA_BOUND |
commit | commitdiff | tree | snapshot |
2008-09-01 |
stevenj | first start at replacing original newuoa routines with... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
stevenj | whoops, forgot to add NEWUOA code |
commit | commitdiff | tree | snapshot |
2008-08-31 |
stevenj | added corner optimization test case, average #evaluations |
commit | commitdiff | tree | snapshot |
2008-08-30 |
stevenj | added NEWUOA, unified starting step-size for derivative... |
commit | commitdiff | tree | snapshot |
2008-08-29 |
stevenj | added Fortran interface |
commit | commitdiff | tree | snapshot |
2008-08-29 |
stevenj | clarification |
commit | commitdiff | tree | snapshot |
2008-08-29 |
stevenj | added COBYLA algorithm |
commit | commitdiff | tree | snapshot |
2008-08-28 |
stevenj | first stab at experimental cquad algorithm; doesn't... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
stevenj | typo |
commit | commitdiff | tree | snapshot |
2008-08-27 |
stevenj | copyright updates |
commit | commitdiff | tree | snapshot |
2008-08-24 |
stevenj | use recursive MMA as fallback in case of problems with... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
stevenj | changed nlopt_minimize_c to nlopt_minimize_constrained... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
stevenj | fixed another nasty bug, where we could accidentally... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
stevenj | tweaks to verbose output |
commit | commitdiff | tree | snapshot |
2008-08-19 |
stevenj | fix evil bug in MMA dual function that was leading... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
stevenj | don't print past end of array in mma_verbose mode |
commit | commitdiff | tree | snapshot |
2008-08-19 |
stevenj | more accurate dual minimization for small u |
commit | commitdiff | tree | snapshot |
2008-08-18 |
stevenj | missing .m files |
commit | commitdiff | tree | snapshot |
2008-08-18 |
stevenj | another missing file |
commit | commitdiff | tree | snapshot |
2008-08-18 |
stevenj | whoops, missing file |
commit | commitdiff | tree | snapshot |
2008-08-18 |
stevenj | more verbose output from MMA; more paranoia required... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
stevenj | rm hack now that we are computing gradient correctly... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
stevenj | added nlopt_minimize_c function for constrained minimiz... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
stevenj | fixed MMA so it compiles and works at least in the... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
stevenj | initial (untested) stab at ~full MMA |
commit | commitdiff | tree | snapshot |
2008-08-05 |
stevenj | added mma_verbose flag for debugging |
commit | commitdiff | tree | snapshot |
2008-07-29 |
stevenj | name tweak |
commit | commitdiff | tree | snapshot |
2008-07-29 |
stevenj | allow cxx library to be installed simultaneously with... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
stevenj | fixed incorrect termination code |
commit | commitdiff | tree | snapshot |
2008-07-29 |
stevenj | updated .m files |
commit | commitdiff | tree | snapshot |
2008-07-29 |
stevenj | added MMA implementation |
commit | commitdiff | tree | snapshot |
2008-07-29 |
stevenj | bug fix - xtol is only met if true for *all* components... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
stevenj | compile with non-free Nocedal L-BFGS if it is present... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
stevenj | don't export "subplex" symbol to avoid conflict with... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
stevenj | add --with-cxx to include C++ code, and don't include... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
stevenj | use __builtin_ctz if available |
commit | commitdiff | tree | snapshot |
2008-03-09 |
stevenj | slight improvement in rightzero32 |
commit | commitdiff | tree | snapshot |
2008-03-09 |
stevenj | fix directory build order (build lib before octave... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
stevenj | fixed reference date |
commit | commitdiff | tree | snapshot |
2007-09-13 |
stevenj | fixed rosenbrock gradient |
commit | commitdiff | tree | snapshot |
2007-09-13 |
stevenj | added first version of MLSL multistart-type algorithm |
commit | commitdiff | tree | snapshot |
2007-09-11 |
stevenj | added rb_tree_find_lt |
commit | commitdiff | tree | snapshot |
2007-09-11 |
stevenj | detect a couple more out-of-memory conditions in CRS |
commit | commitdiff | tree | snapshot |
2007-09-11 |
stevenj | first stab at minf_max support in StoGO (clearly too... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
stevenj | added verbose mode to Octave/Matlab plugin, for convenience |
commit | commitdiff | tree | snapshot |
2007-09-07 |
stevenj | document CRS2 |
commit | commitdiff | tree | snapshot |
2007-09-07 |
stevenj | added missing .m files |
commit | commitdiff | tree | snapshot |
2007-09-07 |
stevenj | added my own implementation of controlled random search... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
stevenj | whoops! |
commit | commitdiff | tree | snapshot |
2007-09-06 |
stevenj | fix comment |
commit | commitdiff | tree | snapshot |
2007-09-06 |
stevenj | use clever O(1) algorithm from Knuth to find rightmost... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
stevenj | include "nlopt.h", not <nlopt.h> |
commit | commitdiff | tree | snapshot |
2007-09-06 |
stevenj | added rb_tree_shift_keys |
commit | commitdiff | tree | snapshot |
2007-09-06 |
stevenj | move redblack trees into libutil so they can be shared |
commit | commitdiff | tree | snapshot |
2007-09-06 |
stevenj | allow NULL to be passed to sobol routines to fall back... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
stevenj | fixed documentation to reflect latest algs. |
commit | commitdiff | tree | snapshot |
2007-09-05 |
stevenj | rename sobolseq.h to soboldata.h |
commit | commitdiff | tree | snapshot |
2007-09-05 |
stevenj | tweak |
commit | commitdiff | tree | snapshot |
2007-09-05 |
stevenj | copyright etc. comments |
commit | commitdiff | tree | snapshot |
2007-09-05 |
stevenj | bug fix - missing 0's in Sobol ... now matches publishe... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
stevenj | added test integrand, sobol_skip, checked whether looku... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
stevenj | comments |
commit | commitdiff | tree | snapshot |
2007-09-05 |
stevenj | added sobol api to nlopt-util.h, split data into separa... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
stevenj | initial cut at Sobol sequence generator |
commit | commitdiff | tree | snapshot |
2007-09-04 |
stevenj | added -C option to force contraints to be active |
commit | commitdiff | tree | snapshot |
2007-09-04 |
stevenj | added TNEWTON (pnet) code from luksan |
commit | commitdiff | tree | snapshot |
2007-09-04 |
stevenj | plip shouldn't reset nevals |
commit | commitdiff | tree | snapshot |
2007-09-04 |
stevenj | support function handles from Matlab |
commit | commitdiff | tree | snapshot |
2007-09-04 |
stevenj | mex file doesn't use usage.h |
commit | commitdiff | tree | snapshot |
2007-09-04 |
stevenj | updated .m help |
commit | commitdiff | tree | snapshot |
2007-09-04 |
stevenj | added Matlab plug-in |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | auto updating of constant .m files |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | added PLIS variable-metric methods |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | added original .for files; this will make it easier... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | added more time checks |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | got plip_ to compile, basic changes for NLopt, no wrapp... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | added plip/pnet .txt files |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | added initial f2c conversions of plip and pnet |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | added luksan/ directory, which will eventually contain... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | bug fix in grosenbrock gradient (no wonder StoGO etc... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
stevenj | rename fmin to minf to avoid conflict with C99 fmin... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
stevenj | whoops, fix gradient |
commit | commitdiff | tree | snapshot |
2007-09-02 |
stevenj | added 1d test function |
commit | commitdiff | tree | snapshot |
2007-09-02 |
stevenj | support all termination conditions in praxis |
commit | commitdiff | tree | snapshot |
2007-09-02 |
stevenj | minor bug fixes, praxis now supports maxeval/maxtime... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
stevenj | dynamic allocation in praxis, pass stop parameter ... |
commit | commitdiff | tree | snapshot |
2007-09-01 |
stevenj | update symbol names |
commit | commitdiff | tree | snapshot |
2007-09-01 |
stevenj | added first cut at Praxis, renamed constants |
commit | commitdiff | tree | snapshot |
2007-08-30 |
stevenj | added octave plug-in |
commit | commitdiff | tree | snapshot |
2007-08-30 |
stevenj | success message |
commit | commitdiff | tree | snapshot |
2007-08-30 |
stevenj | added 3 more test functions |
commit | commitdiff | tree | snapshot |
2007-08-30 |
stevenj | reset age whenever we change a hyperrect |
commit | commitdiff | tree | snapshot |
2007-08-30 |
stevenj | switch to "standard" DIRECT-L where we only pick one... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
stevenj | -m option is now relative to exact minimum |
commit | commitdiff | tree | snapshot |
next |