pub fn evaluate_enrollment(
available_randomization_units: &AvailableRandomizationUnits,
experiment: &Experiment,
targeting_helper: &NimbusTargetingHelper,
) -> Result<ExperimentEnrollment>Expand description
Determine the enrolment status for an experiment.
ยงErrors
The function can return an error when branch selection fails due to an invalid bucketing configuration.