Changeset 6611 for branches/QAPAlgorithms/HeuristicLab/3.3
- Timestamp:
- 07/29/11 11:38:02 (13 years ago)
- Location:
- branches/QAPAlgorithms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/QAPAlgorithms
- Property svn:mergeinfo changed
/trunk/sources merged: 6571-6585,6587-6592,6596-6606,6609
- Property svn:mergeinfo changed
-
branches/QAPAlgorithms/HeuristicLab/3.3/Tests/SamplesTest.cs
r6569 r6611 121 121 RunAlgorithm(ga); 122 122 Assert.AreEqual(1828.9368669428336, GetDoubleResult(ga, "BestQuality")); 123 Assert.AreEqual(18 29.6829520983711, GetDoubleResult(ga, "CurrentAverageQuality"));124 Assert.AreEqual(18 67.8378222145707, GetDoubleResult(ga, "CurrentWorstQuality"));123 Assert.AreEqual(1831.5504074358635, GetDoubleResult(ga, "CurrentAverageQuality")); 124 Assert.AreEqual(1895.8980772167054, GetDoubleResult(ga, "CurrentWorstQuality")); 125 125 Assert.AreEqual(99100, GetIntResult(ga, "EvaluatedSolutions")); 126 126 }
Note: See TracChangeset
for help on using the changeset viewer.