chiark / gitweb /
added CCSAQ algorithm; internal support for preconditioners (untested) not yet export...
[nlopt.git] / api / options.c
2011-11-15 stevenjadded CCSAQ algorithm; internal support for preconditio...
2011-11-15 stevenjwhen adding mconstraints, allow tol==NULL as synonym...
2011-05-26 stevenjcopyright year bump
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-09-01 stevenjfix compiler warnings about prototype mismatches in...
2010-08-19 stevenjfixed bug in set/get xtol_abs, thanks to David Rivest...
2010-07-30 stevenjstick to C89 and avoid mixed declarations and code...
2010-07-15 stevenjfix failure in C++ (and some other front-ends) when...
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)
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-01 stevenjadd mconstraint to C API (not yet tested), thanks to...
2010-06-24 stevenjsupport equality constraints in COBYLA (internally...
2010-06-17 stevenjSTDCALL needs to go after return type for MSVC++; thank...
2010-06-16 stevenjfixed MinGW build
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 stevenjNLOPT_AUGLAG, no LN/LD, which requires local-opt algori...
2010-06-05 stevenjreplace free_f_data flag with more general munging...
2010-06-04 stevenjsupport exceptions in SWIG wrappers
2010-06-02 stevenjstreamlined C++ header by using only std::vector and...
2010-06-02 stevenjadded API for free_f_data
2010-06-01 stevenjadded new Fortran API, removed unnecessary --with-windo...
2010-05-28 stevenjadded nlopt_force_stop termination
2010-05-07 stevenjsupport inequality constraints directly in ORIG_DIRECT
2010-04-05 stevenjadd set_max_objective to automate the sign flip for...
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 stevenjtweak initial step
2010-04-03 stevenjnew, extensible "object-oriented" API, first draft