2010-06-14 |
stevenj | updated NEWS with new 2.0 features |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | disable Python/Guile wrappers unless --enable-shared |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | C++, STOGO, and nocedal fixes |
commit | commitdiff | tree | snapshot |
2010-06-14 |
stevenj | removed finished TODO |
commit | commitdiff | tree | snapshot |
2010-06-13 |
stevenj | map NLopt's C++ exceptions to more Scheme-like equivalents |
commit | commitdiff | tree | snapshot |
2010-06-13 |
stevenj | bug fix in guile wrapper, to match latest C++ api |
commit | commitdiff | tree | snapshot |
2010-06-13 |
stevenj | handle/throw Python exceptions |
commit | commitdiff | tree | snapshot |
2010-06-12 |
stevenj | catch and rethrow nlopt exceptions from objective |
commit | commitdiff | tree | snapshot |
2010-06-12 |
stevenj | bug fix - python strides are in bytes, not in doubles... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | make prepending nlopt_ the exception, not the rule |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | version bump |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | silence compiler warning |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | fixed python shared-lib name |
commit | commitdiff | tree | snapshot |
2010-06-11 |
stevenj | fixed(?) python interface |
commit | commitdiff | tree | snapshot |
2010-06-07 |
stevenj | python plugin compiles (untested) |
commit | commitdiff | tree | snapshot |
2010-06-05 |
stevenj | replace free_f_data flag with more general munging... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
stevenj | beginnings of Python wrapper (not tested, not compiled... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
stevenj | rm blank line |
commit | commitdiff | tree | snapshot |
2010-06-04 |
stevenj | fix shadowed overloading |
commit | commitdiff | tree | snapshot |
2010-06-04 |
stevenj | support exceptions in SWIG wrappers |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | provide alternate optimize() method that does not aretu... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | use thread_id, if available, in nlopt_srand_time to... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | libnlopt_guile has no inter-library dependencies |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | Guile wrapper seems mostly functional, sans exceptions... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
stevenj | initial stab at guile-wrapper/SWIG Makefile |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | no way to rethrow last-caught exception outside of... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | use memcpy, return inf on exception from objective |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | slight optimization in std::vector<double> wrappers... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | first stab at SWIG wrappers (unfinished Makefile),... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | no need for opt::reinit since we have = operator |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | added fortran wrapper for nlopt_copy |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | take f_data in std::vector-style objective/constraints |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | streamlined C++ header by using only std::vector and... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
stevenj | added API for free_f_data |
commit | commitdiff | tree | snapshot |
2010-06-01 |
stevenj | add C++ header |
commit | commitdiff | tree | snapshot |
2010-06-01 |
stevenj | added new Fortran API, removed unnecessary --with-windo... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
stevenj | fixed generation of nlopt.f (again) |
commit | commitdiff | tree | snapshot |
2010-05-31 |
stevenj | improve C++ header exceptions, rename NLOPT_FORCE_STOP... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
stevenj | use thread-local storage for Mersenne twister to make... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
stevenj | C++ compilation fixes |
commit | commitdiff | tree | snapshot |
2010-05-28 |
stevenj | a few int -> unsigned fixes |
commit | commitdiff | tree | snapshot |
2010-05-28 |
stevenj | added nlopt_force_stop termination |
commit | commitdiff | tree | snapshot |
2010-05-12 |
stevenj | remove obsolete TODO |
commit | commitdiff | tree | snapshot |
2010-05-12 |
stevenj | fixed Matlab plugin |
commit | commitdiff | tree | snapshot |
2010-05-12 |
stevenj | stab at Matlab nlopt_optimize interface |
commit | commitdiff | tree | snapshot |
2010-05-12 |
stevenj | note that n argument is now unsigned |
commit | commitdiff | tree | snapshot |
2010-05-12 |
stevenj | replace Octave nlopt_minimize_constrained with wrapper... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
stevenj | remove obsolete NLOPT_MINF_MAX_REACHED |
commit | commitdiff | tree | snapshot |
2010-05-12 |
stevenj | slight man page corrections |
commit | commitdiff | tree | snapshot |
2010-05-08 |
stevenj | add new man page |
commit | commitdiff | tree | snapshot |
2010-05-07 |
stevenj | support inequality constraints directly in ORIG_DIRECT |
commit | commitdiff | tree | snapshot |
2010-04-06 |
stevenj | initial stab at new-style Octave api |
commit | commitdiff | tree | snapshot |
2010-04-06 |
stevenj | whoops, fix maximize function |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | put a few more functions into the C++ API |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | catch a vector-size mismatch in C++ |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | rm debugging printf |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | add set_max_objective to automate the sign flip for... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | some C++ tweaks |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | version, copyright-year bump |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | change new API to use unsigned where it makes sense |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | add C++ style API |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | in MMA, only stop on minf_max if feasible! |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | more nlopt_opt introspection |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | fix memory leak in nlopt_create |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | use constraint tolerance for feasibility check of minf... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | pseudo-randomize simplex steps in COBLYA, to avoid... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | allow COBYLA to increase trust-region radius (rho)... |
commit | commitdiff | tree | snapshot |
2010-04-05 |
stevenj | more verbose output for auglag |
commit | commitdiff | tree | snapshot |
2010-04-04 |
stevenj | don't call MLSL recursively (e.g. in auglag) |
commit | commitdiff | tree | snapshot |
2010-04-04 |
stevenj | return error in global search if domain is not finite |
commit | commitdiff | tree | snapshot |
2010-04-04 |
stevenj | improved (I think) stopping criteria for auglag |
commit | commitdiff | tree | snapshot |
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 |
next |