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:
- 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?