Class BatchConfig.BatchExperimentEntry

java.lang.Object
com.knezevic.edaf.v3.core.config.BatchConfig.BatchExperimentEntry
Enclosing class:
BatchConfig

public static class BatchConfig.BatchExperimentEntry extends Object
One experiment entry in batch files, optionally repeated with deterministic seed progression.
  • Constructor Details

    • BatchExperimentEntry

      public BatchExperimentEntry()
    • BatchExperimentEntry

      public BatchExperimentEntry(String config, int repetitions, Long seedStart, String runIdPrefix)
  • Method Details

    • getConfig

      public String getConfig()
    • setConfig

      public void setConfig(String config)
    • getRepetitions

      public int getRepetitions()
    • setRepetitions

      public void setRepetitions(int repetitions)
    • getSeedStart

      public Long getSeedStart()
    • setSeedStart

      public void setSeedStart(Long seedStart)
    • getRunIdPrefix

      public String getRunIdPrefix()
    • setRunIdPrefix

      public void setRunIdPrefix(String runIdPrefix)