Class ExperimentFeedbackContext

Object
ExperimentFeedbackContext

public class ExperimentFeedbackContext extends Object
Objects to give the user feedback about different aspects of the experiment.
Author:
Owen Feehan
  • Constructor Details

    • ExperimentFeedbackContext

      public ExperimentFeedbackContext(StatefulMessageLogger loggerExperiment, boolean detailedLogging, ExecutionTimeRecorder executionTimeRecorder)
      Creates a new ExperimentFeedbackContext instance.
      Parameters:
      loggerExperiment - The logger associated with the experiment.
      detailedLogging - Iff true, additional log messages are written to describe each job in terms of its unique name, output folder, average execution time etc.
      executionTimeRecorder - Allows execution-time for particular operations to be recorded.
  • Method Details