chiark / gitweb /
report correct count in test program
[nlopt.git] / api /
2011-05-26 stevenjuse elimdim in StoGO
2011-03-07 stevenjuse elimdim for praxis, nelder mead, and sbplx
2011-03-03 stevenjelimdim wrappers to handle lb==ub in derivative-free...
2010-12-07 stevenjdeprecated API should support xtol_abs==NULL (for 0...
2010-11-20 stevenjrename subspace_dim to vector_storage, since not necess...
2010-11-18 stevenjadd get/set subspace dimension for low-storage quasi...
2010-10-28 stevenjfix support for maxtime in Luksan algorithms and ORIG_D...
2010-09-06 stevenjadd missing Windows exporting junk for nlopt_algorithm_...
2010-09-01 stevenjfix compiler warnings about prototype mismatches in...
2010-08-30 stevenjadd missing "inline" keywords to C++ functions so that...
2010-08-19 stevenjfixed bug in set/get xtol_abs, thanks to David Rivest...
2010-07-30 stevenjNLOPT_DLL_EXPORT option to compile with MS dllexport...
2010-07-30 stevenjstick to C89 and avoid mixed declarations and code...
2010-07-29 stevenjlcc doesn't support dllimport, thanks to Laurent Vanbey...
2010-07-15 stevenjadded Fortran mconstraint API
2010-07-15 stevenjsupport forced stops in ORIG_DIRECT
2010-07-15 stevenjallow BOBYQA and COBYLA to use unequal initial step...
2010-07-15 stevenjfix failure in C++ (and some other front-ends) when...
2010-07-12 stevenjdocument SLSQP in man page
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)
2010-07-10 stevenjprepare to handle forced-stop in ORIG_DIRECT (not done...
2010-07-08 stevenjelim. memory leaks in C++/Python/Guile/Fortran interfac...
2010-07-07 stevenjreturn error if more than n equality constraints are...
2010-07-07 stevenjyikes, fix argument check for tol argument in add_const...
2010-07-06 stevenjfix python mconstraint, change C++ mconstraint to infer...
2010-07-06 stevenjadded mconstraint functions to C++ API
2010-07-06 stevenjfix mma mconstraints
2010-07-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-06-24 stevenjsupport equality constraints in COBYLA (internally...
2010-06-17 stevenjguard against multiple inclusion in nlopt.hpp; thanks...
2010-06-17 stevenjSTDCALL needs to go after return type for MSVC++; thank...
2010-06-16 stevenjfixed MinGW build
2010-06-16 stevenjfixed get_array functions in Fortran
2010-06-16 stevenjdoc update -- main MLSL no longer has default sub-algorithm
2010-06-15 stevenjadd NLOPT_G_MLSL variants that require local_opt to...
2010-06-14 stevenjmove new AUGLAG constants to end of list in order to...
2010-06-14 stevenjadd AUGLAG constants to other langs
2010-06-14 stevenjcopy initial_step (if any) from opt to local_opt
2010-06-14 stevenjset_initial_step(opt, NULL) resets to default
2010-06-14 stevenjdocument NLOPT_AUGLAG
2010-06-14 stevenjNLOPT_AUGLAG, no LN/LD, which requires local-opt algori...
2010-06-14 stevenjC++, STOGO, and nocedal fixes
2010-06-12 stevenjcatch and rethrow nlopt exceptions from objective
2010-06-11 stevenjsilence compiler warning
2010-06-05 stevenjreplace free_f_data flag with more general munging...
2010-06-04 stevenjfix shadowed overloading
2010-06-04 stevenjsupport exceptions in SWIG wrappers
2010-06-03 stevenjprovide alternate optimize() method that does not aretu...
2010-06-03 stevenjuse thread_id, if available, in nlopt_srand_time to...
2010-06-02 stevenjno way to rethrow last-caught exception outside of...
2010-06-02 stevenjuse memcpy, return inf on exception from objective
2010-06-02 stevenjslight optimization in std::vector<double> wrappers...
2010-06-02 stevenjno need for opt::reinit since we have = operator
2010-06-02 stevenjadded fortran wrapper for nlopt_copy
2010-06-02 stevenjtake f_data in std::vector-style objective/constraints
2010-06-02 stevenjstreamlined C++ header by using only std::vector and...
2010-06-02 stevenjadded API for free_f_data
2010-06-01 stevenjadd C++ header
2010-06-01 stevenjadded new Fortran API, removed unnecessary --with-windo...
2010-05-31 stevenjfixed generation of nlopt.f (again)
2010-05-31 stevenjimprove C++ header exceptions, rename NLOPT_FORCE_STOP...
2010-05-28 stevenjuse thread-local storage for Mersenne twister to make...
2010-05-28 stevenjadded nlopt_force_stop termination
2010-05-12 stevenjnote that n argument is now unsigned
2010-05-12 stevenjremove obsolete NLOPT_MINF_MAX_REACHED
2010-05-12 stevenjslight man page corrections
2010-05-08 stevenjadd new man page
2010-05-07 stevenjsupport inequality constraints directly in ORIG_DIRECT
2010-04-06 stevenjwhoops, fix maximize function
2010-04-05 stevenjput a few more functions into the C++ API
2010-04-05 stevenjcatch a vector-size mismatch in C++
2010-04-05 stevenjadd set_max_objective to automate the sign flip for...
2010-04-05 stevenjsome C++ tweaks
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2010-04-05 stevenjadd C++ style API
2010-04-05 stevenjmore nlopt_opt introspection
2010-04-05 stevenjfix memory leak in nlopt_create
2010-04-04 stevenjdon't call MLSL recursively (e.g. in auglag)
2010-04-04 stevenjreturn error in global search if domain is not finite
2010-04-04 stevenjuse opt->dx in local sub-algorithm
2010-04-04 stevenjtweak initial step
2010-04-03 stevenjnew, extensible "object-oriented" API, first draft
2010-04-02 stevenjuse stdcall interface by default on Windows, since...
2009-11-19 stevenjadded get/set stochastic_population functions for great...
2009-11-18 stevenjmake sure minf is initialized to HUGE_VAL before callin...
2009-11-18 stevenjadded ISRES (compiles, but untested)
2009-11-17 stevenjadd preliminary BOBYQA (not quite working yet)
2009-11-14 stevenjfixed extraneous text accidentally included in nlopt...
2009-11-13 stevenjcopyright year updates
2009-11-13 stevenjadded new NLOPT_ROUNDOFF_LIMITED failure code to indica...
2008-11-26 stevenjstupid Windows dllimport crap
2008-11-26 stevenjinitial (undocumented) support for equality constraints...
2008-11-25 stevenjskeleton of future equality-constraint support
2008-11-22 stevenjwork around broken solaris gcc
2008-11-13 stevenjMLSL needs a nonzero default ftol_rel and/or xtol_rel
2008-11-12 stevenjremove BUGS section of man pages
2008-11-10 stevenjremove Rowan's original subplex (non-free) from source...
2008-11-10 stevenjadded sbplx
2008-11-09 stevenjadded internal nldrmd_minimize_ for use in subplex
next