ert¶
-
modcma.utils.ert(evals, budget)¶ Computed the expected running time of a list of evaluations.
- Parameters
evals (list) – a list of running times (number of evaluations)
budget (int) – the maximum number of evaluations
- Returns
float – The expected running time
float – The standard deviation of the expected running time
int – The number of successful runs