chiark / gitweb /
add options to use either original Fortran-derived DIRECT code or new C version,...
[nlopt.git] / api / nlopt.c
2007-08-29 stevenjadd options to use either original Fortran-derived...
2007-08-29 stevenjfixed comment, added some basic argument checks
2007-08-26 stevenjadd initial re-implementation of DIRECT (still too...
2007-08-25 stevenjuse nlopt_stopping in StoGO (currently only for maxeval...
2007-08-25 stevenjrecenter coords so that starting guess is utilized...
2007-08-25 stevenjsupport both randomized and deterministic versions...
2007-08-24 stevenjsupported more stopping criteria in subplex (still...
2007-08-24 stevenjsome cleanups, bugfixes
2007-08-24 stevenjadded version number
2007-08-24 stevenjadded common random-number generation and timer utilities
2007-08-24 stevenjsupport for bound constraints in NLOPT_LOCAL_SUBPLEX
2007-08-24 stevenjsupport both Jones and Gablonsky direct variants
2007-08-24 stevenjwhoops
2007-08-23 stevenjadded test program and some test objectives
2007-08-23 stevenjautoconfiscated, and got to compile