You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested bybobyqa e.g. with the rastrigin function for different input dimensions.
The numerical results were very good but I got an increasingly strong speed penalty.
For 50 dimensions it was already very noticeably.
I also tested the BOBYQA implementation of apache.commons.math (Java) which does not seem to have this issue (but other issues).
Probably a profiler could easily pinpoint the reason.