2008-08-18 |
stevenj | more verbose output from MMA; more paranoia required...
|
commit | commitdiff | tree |
2008-08-18 |
stevenj | rm hack now that we are computing gradient correctly...
|
commit | commitdiff | tree |
2008-08-18 |
stevenj | added nlopt_minimize_c function for constrained minimization...
|
commit | commitdiff | tree |
2008-08-15 |
stevenj | fixed MMA so it compiles and works at least in the...
|
commit | commitdiff | tree |
2008-08-15 |
stevenj | initial (untested) stab at ~full MMA
|
commit | commitdiff | tree |
2008-08-05 |
stevenj | added mma_verbose flag for debugging
|
commit | commitdiff | tree |
2008-07-29 |
stevenj | name tweak
|
commit | commitdiff | tree |
2008-07-29 |
stevenj | allow cxx library to be installed simultaneously with...
|
commit | commitdiff | tree |
2008-07-29 |
stevenj | fixed incorrect termination code
|
commit | commitdiff | tree |
2008-07-29 |
stevenj | updated .m files
|
commit | commitdiff | tree |
2008-07-29 |
stevenj | added MMA implementation
|
commit | commitdiff | tree |
2008-07-29 |
stevenj | bug fix - xtol is only met if true for *all* components...
|
commit | commitdiff | tree |
2008-07-29 |
stevenj | compile with non-free Nocedal L-BFGS if it is present...
|
commit | commitdiff | tree |
2008-04-12 |
stevenj | don't export "subplex" symbol to avoid conflict with...
|
commit | commitdiff | tree |
2008-04-12 |
stevenj | add --with-cxx to include C++ code, and don't include...
|
commit | commitdiff | tree |
2008-03-09 |
stevenj | use __builtin_ctz if available
|
commit | commitdiff | tree |
2008-03-09 |
stevenj | slight improvement in rightzero32
|
commit | commitdiff | tree |
2008-03-09 |
stevenj | fix directory build order (build lib before octave...
|
commit | commitdiff | tree |
2007-09-27 |
stevenj | fixed reference date
|
commit | commitdiff | tree |
2007-09-13 |
stevenj | fixed rosenbrock gradient
|
commit | commitdiff | tree |
2007-09-13 |
stevenj | added first version of MLSL multistart-type algorithm
|
commit | commitdiff | tree |
2007-09-11 |
stevenj | added rb_tree_find_lt
|
commit | commitdiff | tree |
2007-09-11 |
stevenj | detect a couple more out-of-memory conditions in CRS
|
commit | commitdiff | tree |
2007-09-11 |
stevenj | first stab at minf_max support in StoGO (clearly too...
|
commit | commitdiff | tree |
2007-09-09 |
stevenj | added verbose mode to Octave/Matlab plugin, for convenience
|
commit | commitdiff | tree |
2007-09-07 |
stevenj | document CRS2
|
commit | commitdiff | tree |
2007-09-07 |
stevenj | added missing .m files
|
commit | commitdiff | tree |
2007-09-07 |
stevenj | added my own implementation of controlled random search...
|
commit | commitdiff | tree |
2007-09-06 |
stevenj | whoops!
|
commit | commitdiff | tree |
2007-09-06 |
stevenj | fix comment
|
commit | commitdiff | tree |
2007-09-06 |
stevenj | use clever O(1) algorithm from Knuth to find rightmost...
|
commit | commitdiff | tree |
2007-09-06 |
stevenj | include "nlopt.h", not <nlopt.h>
|
commit | commitdiff | tree |
2007-09-06 |
stevenj | added rb_tree_shift_keys
|
commit | commitdiff | tree |
2007-09-06 |
stevenj | move redblack trees into libutil so they can be shared
|
commit | commitdiff | tree |
2007-09-06 |
stevenj | allow NULL to be passed to sobol routines to fall back...
|
commit | commitdiff | tree |
2007-09-06 |
stevenj | fixed documentation to reflect latest algs.
|
commit | commitdiff | tree |
2007-09-05 |
stevenj | rename sobolseq.h to soboldata.h
|
commit | commitdiff | tree |
2007-09-05 |
stevenj | tweak
|
commit | commitdiff | tree |
2007-09-05 |
stevenj | copyright etc. comments
|
commit | commitdiff | tree |
2007-09-05 |
stevenj | bug fix - missing 0's in Sobol ... now matches published...
|
commit | commitdiff | tree |
2007-09-05 |
stevenj | added test integrand, sobol_skip, checked whether lookup...
|
commit | commitdiff | tree |
2007-09-05 |
stevenj | comments
|
commit | commitdiff | tree |
2007-09-05 |
stevenj | added sobol api to nlopt-util.h, split data into separate...
|
commit | commitdiff | tree |
2007-09-05 |
stevenj | initial cut at Sobol sequence generator
|
commit | commitdiff | tree |
2007-09-04 |
stevenj | added -C option to force contraints to be active
|
commit | commitdiff | tree |
2007-09-04 |
stevenj | added TNEWTON (pnet) code from luksan
|
commit | commitdiff | tree |
2007-09-04 |
stevenj | plip shouldn't reset nevals
|
commit | commitdiff | tree |
2007-09-04 |
stevenj | support function handles from Matlab
|
commit | commitdiff | tree |
2007-09-04 |
stevenj | mex file doesn't use usage.h
|
commit | commitdiff | tree |
2007-09-04 |
stevenj | updated .m help
|
commit | commitdiff | tree |
2007-09-04 |
stevenj | added Matlab plug-in
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | auto updating of constant .m files
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | added PLIS variable-metric methods
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | added original .for files; this will make it easier...
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | added more time checks
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | got plip_ to compile, basic changes for NLopt, no wrapper yet
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | added plip/pnet .txt files
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | added initial f2c conversions of plip and pnet
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | added luksan/ directory, which will eventually contain...
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | bug fix in grosenbrock gradient (no wonder StoGO etc...
|
commit | commitdiff | tree |
2007-09-03 |
stevenj | rename fmin to minf to avoid conflict with C99 fmin...
|
commit | commitdiff | tree |
2007-09-02 |
stevenj | whoops, fix gradient
|
commit | commitdiff | tree |
2007-09-02 |
stevenj | added 1d test function
|
commit | commitdiff | tree |
2007-09-02 |
stevenj | support all termination conditions in praxis
|
commit | commitdiff | tree |
2007-09-02 |
stevenj | minor bug fixes, praxis now supports maxeval/maxtime...
|
commit | commitdiff | tree |
2007-09-02 |
stevenj | dynamic allocation in praxis, pass stop parameter ...
|
commit | commitdiff | tree |
2007-09-01 |
stevenj | update symbol names
|
commit | commitdiff | tree |
2007-09-01 |
stevenj | added first cut at Praxis, renamed constants
|
commit | commitdiff | tree |
2007-08-30 |
stevenj | added octave plug-in
|
commit | commitdiff | tree |
2007-08-30 |
stevenj | success message
|
commit | commitdiff | tree |
2007-08-30 |
stevenj | added 3 more test functions
|
commit | commitdiff | tree |
2007-08-30 |
stevenj | reset age whenever we change a hyperrect
|
commit | commitdiff | tree |
2007-08-30 |
stevenj | switch to "standard" DIRECT-L where we only pick one...
|
commit | commitdiff | tree |
2007-08-30 |
stevenj | -m option is now relative to exact minimum
|
commit | commitdiff | tree |
2007-08-30 |
stevenj | got rid of buggy f_recenter (Lagrange interpolation...
|
commit | commitdiff | tree |
2007-08-30 |
stevenj | change MAXDEEP (maxiter) more dynamically
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | K can be arbitrarily large for rightmost point in hull
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | support calling both original and new DIRECT code,...
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | add options to use either original Fortran-derived...
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | fixed comment, added some basic argument checks
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | return more descriptive error code
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | whoops!
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | performance hack: exploit the fact that the x coordinates...
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | only check ftol on iterations where fmin decreased...
|
commit | commitdiff | tree |
2007-08-29 |
stevenj | saner memory management (and better performance), improved...
|
commit | commitdiff | tree |
2007-08-28 |
stevenj | changed rect so that (x,y) = (d,f) are in order
|
commit | commitdiff | tree |
2007-08-28 |
stevenj | added printf
|
commit | commitdiff | tree |
2007-08-28 |
stevenj | added rb_tree_find_le/gt test
|
commit | commitdiff | tree |
2007-08-28 |
stevenj | bug fix in cdirect - handle case where different indices...
|
commit | commitdiff | tree |
2007-08-27 |
stevenj | added f2c of Schabel tensor algorithm (still needs...
|
commit | commitdiff | tree |
2007-08-27 |
stevenj | use red-black tree in cdirect instead of repeatedly...
|
commit | commitdiff | tree |
2007-08-26 |
stevenj | comment
|
commit | commitdiff | tree |
2007-08-26 |
stevenj | implemented a couple more division strategies
|
commit | commitdiff | tree |
2007-08-26 |
stevenj | bug fix in Gablonsky measure for cdirect
|
commit | commitdiff | tree |
2007-08-26 |
stevenj | added option to StoGO (currently disabled) to use NLopt...
|
commit | commitdiff | tree |
2007-08-26 |
stevenj | add initial re-implementation of DIRECT (still too...
|
commit | commitdiff | tree |
2007-08-25 |
stevenj | use HUGE_VAL instead of 1e6 for "infinity" in DIRECT
|
commit | commitdiff | tree |
2007-08-25 |
stevenj | added simple convex test function
|
commit | commitdiff | tree |
2007-08-25 |
stevenj | some rearrangement to allow us to swap in a different...
|
commit | commitdiff | tree |
2007-08-25 |
stevenj | use nlopt_stopping in StoGO (currently only for maxevals...
|
commit | commitdiff | tree |
next |