Closed
Description
Hello,
I know this is a follow-up to issue #36 but I do not know how to re-open it. I stumbled on the same problem (segmentation fault in altmov_ due to two variables being uninitialised) when using bobyqa together with the augmented lagrangian and a small tolerance as stopping criterion (10^-12).
I ended up modifying the code of bobyqa a very little which made it work:
- line 764 : int ksav = 1;
- line 768 : int ibdsav = 1;
This is only an ugly correction but I would be curious to know if someone has a better option to avoid this (I suspect all of this comes from the optimised parameters being a tiny little outside the bounds when entering bobyqa - from auglag - , which does not check for it)
Thanks
Metadata
Metadata
Assignees
Labels
No labels