Business need
- when we create an experiment using our helpers we specific
n_simulations_per_point which controls how many samples are taken of the simulator to produce the distribution estimate. This number is currently very high as it removes a source of uncertainty - but this is unrealistic.
- Need to set this number lower and investigate the impact on speed of DOE convergence, Final uncertainty it becomes possible to reduce to etc.
rax.experiment.make_experiment(sim, SEARCH_SPACE, DIST, n_simulations_per_point=10_000)
Definition of done:
- QOI and DOE results with lower value for parameter. Ideal a value around 20~30, want to find the lowest value where we can still get reasonable results.
- Write up for users of what they should consider when setting this parameter. How should they consider the trade off between decrease runtime per point (when n_simulations_per_point is lower) vs. (??? the other effects this has)
Notes:
- There was quite a lot of discussion previously about the impact/effect of this parameter and whether it mattered or not. Speak to Sebastian to get the information on this.
- It will be important for us to iterate the investigation of this and not get to deep. The ultimate goal is to set this to the smallest number that works.
Business need
n_simulations_per_pointwhich controls how many samples are taken of the simulator to produce the distribution estimate. This number is currently very high as it removes a source of uncertainty - but this is unrealistic.Definition of done:
Notes: