2010-04-04 |
stevenj | use opt->dx in local sub-algorithm |
commit | commitdiff | tree | snapshot |
2010-04-04 |
stevenj | tweak initial step |
commit | commitdiff | tree | snapshot |
2010-04-03 |
stevenj | new, extensible "object-oriented" API, first draft |
commit | commitdiff | tree | snapshot |
2010-04-02 |
stevenj | use stdcall interface by default on Windows, since... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
stevenj | nlopt-util.h not needed for mex file |
commit | commitdiff | tree | snapshot |
2010-02-09 |
stevenj | use NLopt stop criteria in Luksan code: in particular... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
stevenj | fixed to compile under C++, use C++ compiler in --with... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
stevenj | missing autogen.sh file |
commit | commitdiff | tree | snapshot |
2010-01-29 |
stevenj | added missing bobyqa files |
commit | commitdiff | tree | snapshot |
2010-01-27 |
stevenj | more TODOs |
commit | commitdiff | tree | snapshot |
2010-01-27 |
stevenj | added TOD |
commit | commitdiff | tree | snapshot |
2009-12-01 |
stevenj | omit .m files from .zip for now |
commit | commitdiff | tree | snapshot |
2009-12-01 |
stevenj | add mingw build script |
commit | commitdiff | tree | snapshot |
2009-11-19 |
stevenj | tentative 1.2 release |
commit | commitdiff | tree | snapshot |
2009-11-19 |
stevenj | update Matlab/Octave help |
commit | commitdiff | tree | snapshot |
2009-11-19 |
stevenj | added get/set stochastic_population functions for great... |
commit | commitdiff | tree | snapshot |
2009-11-19 |
stevenj | isres should ignore change in f and x on first evaluation |
commit | commitdiff | tree | snapshot |
2009-11-19 |
stevenj | slightly better way of deciding on "best" solution... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
stevenj | whoops, fixed Matlab configure |
commit | commitdiff | tree | snapshot |
2009-11-18 |
stevenj | bug fix in ISRES; it seems to work, albeit worse than... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
stevenj | make sure minf is initialized to HUGE_VAL before callin... |
commit | commitdiff | tree | snapshot |
2009-11-18 |
stevenj | added ISRES (compiles, but untested) |
commit | commitdiff | tree | snapshot |
2009-11-17 |
stevenj | add URL to README |
commit | commitdiff | tree | snapshot |
2009-11-17 |
stevenj | fixes to nlopt stop cases in BOBYQA |
commit | commitdiff | tree | snapshot |
2009-11-17 |
stevenj | detect singular case in BOBYQA |
commit | commitdiff | tree | snapshot |
2009-11-17 |
stevenj | add preliminary BOBYQA (not quite working yet) |
commit | commitdiff | tree | snapshot |
2009-11-14 |
stevenj | fixed extraneous text accidentally included in nlopt... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
stevenj | copyright year updates |
commit | commitdiff | tree | snapshot |
2009-11-13 |
stevenj | more nlopt 1.1 news |
commit | commitdiff | tree | snapshot |
2009-11-13 |
stevenj | add (disabled) code to test program to signal on NaN... |
commit | commitdiff | tree | snapshot |
2009-11-13 |
stevenj | added new NLOPT_ROUNDOFF_LIMITED failure code to indica... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
stevenj | if reltol > 0, catch convergence case where new ==... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
stevenj | added double Lorentzian test function (not distributed) |
commit | commitdiff | tree | snapshot |
2009-11-12 |
stevenj | added Box test function (not distributed) |
commit | commitdiff | tree | snapshot |
2009-10-29 |
stevenj | configure script detects whether Matlab/Octave plugins... |
commit | commitdiff | tree | snapshot |
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 |
next |