2009-10-29 |
stevenj | tentative release date for 1.1 |
commit | commitdiff | tree | snapshot |
2009-10-29 |
stevenj | updated Octave install-directory detection for recent... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
stevenj | more NEWS |
commit | commitdiff | tree | snapshot |
2009-10-29 |
stevenj | work around stupid qsort_r BSD/GNU incompatibility |
commit | commitdiff | tree | snapshot |
2008-11-27 |
stevenj | added test function with minimum at side (i.e. one... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
stevenj | modify cobyla to explicitly honor bound constraints |
commit | commitdiff | tree | snapshot |
2008-11-26 |
stevenj | stupid Windows dllimport crap |
commit | commitdiff | tree | snapshot |
2008-11-26 |
stevenj | tentative version bump |
commit | commitdiff | tree | snapshot |
2008-11-26 |
stevenj | --without-octave and --without-matlab options |
commit | commitdiff | tree | snapshot |
2008-11-26 |
stevenj | initial (undocumented) support for equality constraints... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
stevenj | skeleton of future equality-constraint support |
commit | commitdiff | tree | snapshot |
2008-11-22 |
stevenj | work around broken solaris gcc |
commit | commitdiff | tree | snapshot |
2008-11-22 |
stevenj | better checking for Matlab installation path |
commit | commitdiff | tree | snapshot |
2008-11-14 |
stevenj | disable Octave code if mkoctfile not found, even if... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
stevenj | version bump |
commit | commitdiff | tree | snapshot |
2008-11-13 |
stevenj | MLSL needs a nonzero default ftol_rel and/or xtol_rel |
commit | commitdiff | tree | snapshot |
2008-11-13 |
stevenj | fix overriding of MEX_INSTALL_DIR |
commit | commitdiff | tree | snapshot |
2008-11-13 |
stevenj | yikes, bug fix in DIRECT that prevented convergence... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
stevenj | whoops, removed obsolete Makefile |
commit | commitdiff | tree | snapshot |
2008-11-12 |
stevenj | version bump |
commit | commitdiff | tree | snapshot |
2008-11-12 |
stevenj | remove BUGS section of man pages |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | more conservative ftol test in subplex, based on max... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | call stop_ftol instead of stop_f if we check minf_max... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | fix dependency (rebuild Octave & Matlab plugins if... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | improve MMA for infeasible starting point -- new points... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | bug fix in MMA for infeasible starting point -- feasibl... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | added citation |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | README updates |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | fix xtol test in sbplx |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | work around NaN in cobyla that occurs if we run it... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | fixes in octave/matlab wrappers |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | first stab at nlopt_minimize_constrained Matlab/Octave... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | updated .m help |
commit | commitdiff | tree | snapshot |
2008-11-11 |
stevenj | fix description of constrained nelder-mead |
commit | commitdiff | tree | snapshot |
2008-11-10 |
stevenj | copyright clarifications |
commit | commitdiff | tree | snapshot |
2008-11-10 |
stevenj | remove Rowan's original subplex (non-free) from source... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
stevenj | added sbplx |
commit | commitdiff | tree | snapshot |
2008-11-10 |
stevenj | don't use fp equality in coincident-point check, fix... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
stevenj | check for coincident points in simplex |
commit | commitdiff | tree | snapshot |
2008-11-10 |
stevenj | keep track of max/min evaluation counts |
commit | commitdiff | tree | snapshot |
2008-11-09 |
stevenj | slight tweaks |
commit | commitdiff | tree | snapshot |
2008-11-09 |
stevenj | added internal nldrmd_minimize_ for use in subplex |
commit | commitdiff | tree | snapshot |
2008-11-09 |
stevenj | fixed nelder-mead xtol/ftol stopping criteria, added... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
stevenj | added qsort_r replacement |
commit | commitdiff | tree | snapshot |
2008-11-08 |
stevenj | added nelder-mead simplex algorithm (in preparation... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
stevenj | fixes for latest autoconf version |
commit | commitdiff | tree | snapshot |
2008-10-21 |
stevenj | handle infeasible initial point in MMA with finite... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
stevenj | support for disabling constraints in MMA by returning NaN |
commit | commitdiff | tree | snapshot |
2008-09-15 |
stevenj | unset mma_verbose for recursive MMA of dual |
commit | commitdiff | tree | snapshot |
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 |
next |