bads
bads copied to clipboard
Bayesian Adaptive Direct Search (BADS) optimization algorithm for model fitting in MATLAB
Is it possible to specify discrete valid values for each dimension of the parameter (of the cost function) such that only those values on the grid are evaluated? A special...
When `bads` is called with LB, UB, pLB, and pUB all equivalent (and thus fixing every dimension of the search), this error is returned: `Error using bads (line 343) If...
Hello, I guess there might be some potential problems when moving plb & pub. The initialization of one parameter in my model: lb: 6.14421235e-06 ub: 1.62754791e+05 plb: 0.04978707 pub: 20.08553692...