Changeset 9769 for trunk/sources
- Timestamp:
- 07/26/13 13:03:38 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/DirectScheduleGTCrossoverTest.cs
r9764 r9769 87 87 ///A test for Apply 88 88 ///</summary> 89 [TestMethod ()]89 [TestMethod] 90 90 public void ApplyTest() { 91 91 IRandom random = new TestRandom(new int[] { 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 1 }, new double[] { 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9 }); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/JSMJOXCrossoverTest.cs
r9764 r9769 86 86 ///A test for Apply 87 87 ///</summary> 88 [TestMethod ()]88 [TestMethod] 89 89 public void ApplyTest() { 90 90 IRandom random = new TestRandom(new int[] { 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1 }, null); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/JSMSXXCrossoverTest.cs
r9764 r9769 86 86 ///A test for Apply 87 87 ///</summary> 88 [TestMethod ()]88 [TestMethod] 89 89 public void ApplyTest() { 90 90 IRandom random = new TestRandom(new int[] { 3 }, null); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/JSMShiftChangeManipulatorTest.cs
r9764 r9769 86 86 ///A test for Apply 87 87 ///</summary> 88 [TestMethod ()]88 [TestMethod] 89 89 public void ApplyTest() { 90 90 IRandom random = new TestRandom(new int[] { 2, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2 }, null); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/PWRGOXCrossoverTest.cs
r9764 r9769 86 86 ///A test for Apply 87 87 ///</summary> 88 [TestMethod ()]88 [TestMethod] 89 89 public void ApplyTest() { 90 90 IRandom random = new TestRandom(new int[] { 3 }, null); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/PWRPPXCrossoverTest.cs
r9764 r9769 86 86 ///A test for Apply 87 87 ///</summary> 88 [TestMethod ()]88 [TestMethod] 89 89 public void ApplyTest() { 90 90 IRandom random = new TestRandom(new int[] { 1, 1, 0, 0, 1, 1, 0, 0, 1 }, null);
Note: See TracChangeset
for help on using the changeset viewer.