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
Currently, if nsamples>1, objfun is called multiple times in a loop. Allow for extended objfun evaluation
objfun(x, nsamples)
where the objfun calculation returns all nsamples results in one go (instead of a for loop inside this code). This allows for things like parallel evaluations, if objfun supports this (e.g. MHD simulations of @florianwechsung).
The text was updated successfully, but these errors were encountered:
Currently, if nsamples>1, objfun is called multiple times in a loop. Allow for extended objfun evaluation
objfun(x, nsamples)
where the objfun calculation returns all nsamples results in one go (instead of a for loop inside this code). This allows for things like parallel evaluations, if objfun supports this (e.g. MHD simulations of @florianwechsung).
The text was updated successfully, but these errors were encountered: