setRepeatRuns(DEFAULT_NUMBER_OF_REPLICATIONS);
this.taskRunnerErrorHook = errorHook;
this.cancelOnError = cancelOnError;
this.dataStorageFactory.setFactory(dataStorFactory);
this.dataStorageFactory.setParameter(dataStorParameters);
this.experimentBackup = new ExperimentBackup(this);
}