src.fairreckitlib.experiment

This package contains functionality for running the experiment pipeline.

Modules:

experiment_config: experiment configuration classes.
experiment_config_parser: parser for an experiment configuration.
experiment_event: event ids, event args and a print switch for the experiment pipeline/thread.
experiment_pipeline: the experiment pipeline class.
experiment_run: run (multiple) experiment pipelines.
experiment_thread: execute the experiment pipelines on a thread.

This program has been developed by students from the bachelor Computer Science at Utrecht University within the Software Project course. © Copyright Utrecht University (Department of Information and Computing Sciences)

 1"""This package contains functionality for running the experiment pipeline.
 2
 3Modules:
 4
 5    experiment_config: experiment configuration classes.
 6    experiment_config_parser: parser for an experiment configuration.
 7    experiment_event: event ids, event args and a print switch for the experiment pipeline/thread.
 8    experiment_pipeline: the experiment pipeline class.
 9    experiment_run: run (multiple) experiment pipelines.
10    experiment_thread: execute the experiment pipelines on a thread.
11
12This program has been developed by students from the bachelor Computer Science at
13Utrecht University within the Software Project course.
14© Copyright Utrecht University (Department of Information and Computing Sciences)
15"""