acerbilab / bads

Bayesian Adaptive Direct Search (BADS) optimization algorithm for model fitting in MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel function evaluations?

hyiltiz opened this issue · comments

Is it possible to evaluate multiple cost functions at once, then produce the next set of likely parameters to evaluate, a.k.a. batch updating the internal model state with parallel function evaluation?