Changeset 14229 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Various/BreimanOne.cs
- Timestamp:
- 08/03/16 08:33:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Various/BreimanOne.cs
r14228 r14229 44 44 protected override int TestPartitionEnd { get { return 10001; } } 45 45 46 public int Seed { get; }46 public int Seed { get; private set; } 47 47 48 48 public BreimanOne() : this((int)DateTime.Now.Ticks) { }
Note: See TracChangeset
for help on using the changeset viewer.