chiark / gitweb /
added new NLOPT_ROUNDOFF_LIMITED failure code to indicate when optimizer breaks down...
authorstevenj <stevenj@alum.mit.edu>
Fri, 13 Nov 2009 00:43:08 +0000 (19:43 -0500)
committerstevenj <stevenj@alum.mit.edu>
Fri, 13 Nov 2009 00:43:08 +0000 (19:43 -0500)
commitf2959eaf0cb76b24509ea9e812577784c9a623a4
tree29bdc9169531a285ea903a281eaab3bee2977515
parent8572bb604ac39aa44436d854d5b024fb7bacfa67
added new NLOPT_ROUNDOFF_LIMITED failure code to indicate when optimizer breaks down due to roundoff errors (which may still indicate a useful result); several checks for breakdown in NEWUOA; bug fix in NEWUOA_BOUND that allowed roundoff errors to push x slightly outside bound constraints

darcs-hash:20091113004308-c8de0-8d292e1d67c23c851d98974239cfbfddda16a35e.gz
api/nlopt.h
newuoa/newuoa.c
test/testopt.cpp