Fail the test of bads('test') - missing optimization toolbox #6
-
The output looks like following: Test with noisy function (noisy sphere). Optimization terminated: reached maximum number of function evaluations OPTIONS.MaxFunEvals. Final value (not-noisy): 1.550 (true value: 0) with 100 fun evals. Test with heteroskedastic, specified noisy function (noisy sphere). Optimization terminated: reached maximum number of function evaluations OPTIONS.MaxFunEvals. Final value (not-noisy): 3.011 (true value: 0) with 200 fun evals. ===========================================================================
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Have you tried multiple times? Does it keep failing? I just ran it now with no issues. |
Beta Was this translation helpful? Give feedback.
-
Thanks for going through the troubleshooting. In conclusion, the issue was caused by the lack of MATLAB's Optimization Toolbox. |
Beta Was this translation helpful? Give feedback.
Thanks for going through the troubleshooting.
In conclusion, the issue was caused by the lack of MATLAB's Optimization Toolbox.
BADS can run without the optimization toolbox, but it will use some worse methods for internal optimization (namely, to fit the surrogate Gaussian process hyperparameters). As a consequence, the performance of BADS is substantially reduced.