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
We are trying to use this tool. After setting up a working example, we are still trying to figure out the role of some config parameters:
How does the number of initial samples/points (n_init) affect precision?
Which parameters affect convergence speed?
What is the meaning of batch sizes/ max_evals? Related: assuming we want to do 100 simulations per sample (use 20 samples), no parallelization, are the parameters n_init=20, batch_size = 1, max_evals=20*100 the right approach?
The text was updated successfully, but these errors were encountered:
Hello,
We are trying to use this tool. After setting up a working example, we are still trying to figure out the role of some config parameters:
n_init
) affect precision?n_init=20
,batch_size = 1
,max_evals=20*100
the right approach?The text was updated successfully, but these errors were encountered: