Home | History | Annotate | Download | only in variations

Lines Matching refs:experiment

22     DVLOG(1) << study.name() << " has no default experiment defined.";
44 if (study.experiment(i).name().empty()) {
45 DVLOG(1) << study.name() << " is missing experiment " << i << " name";
48 if (!experiment_names.insert(study.experiment(i).name()).second) {
49 DVLOG(1) << study.name() << " has a repeated experiment name "
50 << study.experiment(i).name();
54 if (!study.experiment(i).has_forcing_flag())
55 divisor += study.experiment(i).probability_weight();
56 if (study.experiment(i).name() == default_group_name)
61 DVLOG(1) << study.name() << " is missing default experiment in its "
62 << "experiment list";