Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2
-
None
-
None
Description
Apparently the BOBYQA optimizer can get stuck in the trsbox method. This happened to us out of the blue after millions of successful optimizations.
Unfortunately our target function has too many dependencies, so I can't provide a unit test for the full optimization. I have however created a unit test which isolates the call to trsbox: http://pastebin.com/wYPVS3SC
I took a quick look at the code, but it looks like one can't understand a thing without having read the original paper. Can someone help?