Experiment (Core)# alts.core.experiment class Experiment(blueprint, exp_nr)[source]# Bases: object Description Runs an experiment with the configuration in the blueprint. Parameters: blueprint (Blueprint) – Blueprint with configuration exp_nr (int) – The ID of the experminent exp_nr: int# run(self) → int[source]# Description Initializes all modules and actually runs the experiment. Returns: exp_nr of experiment once finished Return type: int