Changeset 15424 for branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances
- Timestamp:
- 10/18/17 10:54:23 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs
r15423 r15424 99 99 /// Number of created test items. This items are used for packing them into the bin 100 100 /// </summary> 101 private static readonly int[] numberOfGeneratedTestItems = new int[] { 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 150, 200 }; 101 //private static readonly int[] numberOfGeneratedTestItems = new int[] { 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 150, 200 }; 102 private static readonly int[] numberOfGeneratedTestItems = new int[] { 50, 100, 150, 200 }; 102 103 103 104 /// <summary> 104 105 /// Number of instance for which should be created for each instance 105 106 /// </summary> 106 private static readonly int numberOfGeneratedInstances = 30;107 private static readonly int numberOfGeneratedInstances = 10; 107 108 108 109 #region Random Generator srand48
Note: See TracChangeset
for help on using the changeset viewer.