Class BatchConfig

java.lang.Object
com.knezevic.edaf.v3.core.config.BatchConfig

public class BatchConfig extends Object
Batch runner configuration listing experiment files and repetition controls.
  • Constructor Details

    • BatchConfig

      public BatchConfig()
  • Method Details

    • getExperiments

      public List<BatchConfig.BatchExperimentEntry> getExperiments()
    • setExperiments

      public void setExperiments(List<BatchConfig.BatchExperimentEntry> experiments)
    • getDefaultRepetitions

      public int getDefaultRepetitions()
    • setDefaultRepetitions

      public void setDefaultRepetitions(int defaultRepetitions)
    • getDefaultSeedStart

      public Long getDefaultSeedStart()
    • setDefaultSeedStart

      public void setDefaultSeedStart(Long defaultSeedStart)