pub fn get_experiment(
    name: &str,
    args: &[String],
    cluster: &Cluster
) -> Box<dyn Experiment>
Expand description

Given an experiment name and its flags, it constructs an instance of that experiment and returns it as a Box<dyn Experiment>