提交 c5914863 编写于 作者: S stevenj

tentative 1.2 release

darcs-hash:20091119015241-c8de0-825f12a433d46f453ac552e5a36b468ddba55ef4.gz
上级 f05521ae
NLopt 1.2 (18 November 2009)
* Added Powell's BOBYQA algorithm for box-constrained optimization
without derivatives, an improvement on NEWUOA.
* Added ISRES genetic algorithm, supporting nonlinearly constrained
global optimization.
* New functions nlopt_{set/get}_stochastic_population to provide
optional greater control over the random "population" sizes in
stochastic algorithms (although it still has a sensible default).
* Bug fix: remove extraneous text accidentally included in nlopt.f Fortran
include file.
* Bug fix: configure script now correctly handles Matlab installation
when MEX_INSTALL_DIR is specified manually by the user.
NLopt 1.1 (12 November 2009)
* configure script detects whether --enable-shared is required
......
dnl Process this file with autoconf to produce a configure script.
AC_INIT(nlopt, 1.1, stevenj@alum.mit.edu)
AC_INIT(nlopt, 1.2, stevenj@alum.mit.edu)
AC_CONFIG_SRCDIR(api/nlopt.h)
SHARED_VERSION_INFO="1:0:1" # CURRENT:REVISION:AGE
SHARED_VERSION_INFO="2:0:2" # CURRENT:REVISION:AGE
AM_INIT_AUTOMAKE(1.7)
AM_CONFIG_HEADER(config.h)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册