jahs_bench_201
jahs_bench_201 copied to clipboard
Ambiguity in the query
This is not exactly an issue but leads to misunderstandings, so I would like to mention it here.
- Which will be taken into account,
nepochs
in the argument ofBenchmark.__call__
orepoch
inconfig
dict? (I know the answer isnepochs
, but it is ambiguous until we run) - We do not get any out of domain errors for numerical parameters (e.g. we can specify
N=100
) and it seems fidelity parameters are rounded somehow? - Continuous parameter also does not have out-of-domain errors and seems to be rounded?
I would really appreciate if we can choose a mode, either clipping automatically or raising errors anytime you get invalid items.