Changeset 14229 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Korns/KornsFunctionFour.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/Korns/KornsFunctionFour.cs
r14228 r14229 51 51 protected override int TestPartitionEnd { get { return 20000; } } 52 52 53 public int Seed { get; }53 public int Seed { get; private set; } 54 54 55 55 public KornsFunctionFour() : this((int)System.DateTime.Now.Ticks) {
Note: See TracChangeset
for help on using the changeset viewer.