- Timestamp:
- 07/26/13 13:03:37 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/BlendAlphaBetaCrossoverTest.cs
r9764 r9768 84 84 ///A test for Cross 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll")] 88 88 public void BlendAlphaBetaCrossoverCrossTest() { … … 118 118 ///A test for Apply 119 119 ///</summary> 120 [TestMethod ()]120 [TestMethod] 121 121 public void BlendAlphaBetaCrossoverApplyTest() { 122 122 TestRandom random = new TestRandom(); … … 166 166 ///A test for BlendAlphaBetaCrossover Constructor 167 167 ///</summary> 168 [TestMethod ()]168 [TestMethod] 169 169 public void BlendAlphaBetaCrossoverConstructorTest() { 170 170 BlendAlphaBetaCrossover target = new BlendAlphaBetaCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/BlendAlphaCrossoverTest.cs
r9764 r9768 85 85 ///A test for Cross 86 86 ///</summary> 87 [TestMethod ()]87 [TestMethod] 88 88 [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll")] 89 89 public void BlendAlphaCrossoverCrossTest() { … … 121 121 ///A test for Apply 122 122 ///</summary> 123 [TestMethod ()]123 [TestMethod] 124 124 public void BlendAlphaCrossoverApplyTest() { 125 125 TestRandom random = new TestRandom(); … … 180 180 ///A test for BlendAlphaCrossover Constructor 181 181 ///</summary> 182 [TestMethod ()]182 [TestMethod] 183 183 public void BlendAlphaCrossoverConstructorTest() { 184 184 BlendAlphaCrossover target = new BlendAlphaCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/DiscreteCrossoverTest.cs
r9764 r9768 84 84 ///A test for Cross 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll")] 88 88 public void DiscreteCrossoverCrossTest() { … … 108 108 ///A test for Apply 109 109 ///</summary> 110 [TestMethod ()]110 [TestMethod] 111 111 public void DiscreteCrossoverApplyTest() { 112 112 TestRandom random = new TestRandom(); … … 142 142 ///A test for DiscreteCrossover Constructor 143 143 ///</summary> 144 [TestMethod ()]144 [TestMethod] 145 145 public void DiscreteCrossoverConstructorTest() { 146 146 DiscreteCrossover target = new DiscreteCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/HeuristicCrossoverTest.cs
r9764 r9768 84 84 ///A test for Cross 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll")] 88 88 public void HeuristicCrossoverCrossTest() { … … 120 120 ///A test for Apply 121 121 ///</summary> 122 [TestMethod ()]122 [TestMethod] 123 123 public void HeuristicCrossoverApplyTest() { 124 124 TestRandom random = new TestRandom(); … … 151 151 ///A test for HeuristicCrossover Constructor 152 152 ///</summary> 153 [TestMethod ()]153 [TestMethod] 154 154 public void HeuristicCrossoverConstructorTest() { 155 155 HeuristicCrossover target = new HeuristicCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/LocalCrossoverTest.cs
r9764 r9768 84 84 ///A test for Cross 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll")] 88 88 public void LocalCrossoverCrossTest() { … … 120 120 ///A test for Apply 121 121 ///</summary> 122 [TestMethod ()]122 [TestMethod] 123 123 public void LocalCrossoverApplyTest() { 124 124 TestRandom random = new TestRandom(); … … 151 151 ///A test for LocalCrossover Constructor 152 152 ///</summary> 153 [TestMethod ()]153 [TestMethod] 154 154 public void LocalCrossoverConstructorTest() { 155 155 LocalCrossover target = new LocalCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/MichalewiczNonUniformAllPositionsManipulatorTest.cs
r9764 r9768 83 83 ///A test for Apply 84 84 ///</summary> 85 [TestMethod ()]85 [TestMethod] 86 86 public void MichalewiczNonUniformAllPositionsManipulatorApplyTest() { 87 87 TestRandom random = new TestRandom(); … … 123 123 ///A test for MichalewiczNonUniformAllPositionsManipulator Constructor 124 124 ///</summary> 125 [TestMethod ()]125 [TestMethod] 126 126 public void MichalewiczNonUniformAllPositionsManipulatorConstructorTest() { 127 127 MichalewiczNonUniformAllPositionsManipulator target = new MichalewiczNonUniformAllPositionsManipulator(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/MichalewiczNonUniformOnePositionManipulatorTest.cs
r9764 r9768 83 83 ///A test for Apply 84 84 ///</summary> 85 [TestMethod ()]85 [TestMethod] 86 86 public void MichalewiczNonUniformOnePositionManipulatorApplyTest() { 87 87 TestRandom random = new TestRandom(); … … 125 125 ///A test for MichalewiczNonUniformOnePositionManipulator Constructor 126 126 ///</summary> 127 [TestMethod ()]127 [TestMethod] 128 128 public void MichalewiczNonUniformOnePositionManipulatorConstructorTest() { 129 129 MichalewiczNonUniformOnePositionManipulator target = new MichalewiczNonUniformOnePositionManipulator(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/PolynomialAllPositionManipulatorTest.cs
r9764 r9768 83 83 ///A test for Apply 84 84 ///</summary> 85 [TestMethod ()]85 [TestMethod] 86 86 public void PolynomialAllPositionManipulatorApplyTest() { 87 87 TestRandom random = new TestRandom(); … … 116 116 ///A test for PolynomialAllPositionManipulator Constructor 117 117 ///</summary> 118 [TestMethod ()]118 [TestMethod] 119 119 public void PolynomialAllPositionManipulatorConstructorTest() { 120 120 PolynomialAllPositionManipulator target = new PolynomialAllPositionManipulator(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/PolynomialOnePositionManipulatorTest.cs
r9764 r9768 83 83 ///A test for Apply 84 84 ///</summary> 85 [TestMethod ()]85 [TestMethod] 86 86 public void PolynomialOnePositionManipulatorApplyTest() { 87 87 TestRandom random = new TestRandom(); … … 119 119 ///A test for PolynomialOnePositionManipulator Constructor 120 120 ///</summary> 121 [TestMethod ()]121 [TestMethod] 122 122 public void PolynomialOnePositionManipulatorConstructorTest() { 123 123 PolynomialOnePositionManipulator target = new PolynomialOnePositionManipulator(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/RandomConvexCrossoverTest.cs
r9764 r9768 84 84 ///A test for Cross 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll")] 88 88 public void RandomConvexCrossoverCrossTest() { … … 120 120 ///A test for Apply 121 121 ///</summary> 122 [TestMethod ()]122 [TestMethod] 123 123 public void RandomConvexCrossoverApplyTest() { 124 124 TestRandom random = new TestRandom(); … … 151 151 ///A test for RandomConvexCrossover Constructor 152 152 ///</summary> 153 [TestMethod ()]153 [TestMethod] 154 154 public void RandomConvexCrossoverConstructorTest() { 155 155 RandomConvexCrossover target = new RandomConvexCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/SimulatedBinaryCrossoverTest.cs
r9764 r9768 85 85 ///A test for Cross 86 86 ///</summary> 87 [TestMethod ()]87 [TestMethod] 88 88 [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll")] 89 89 public void SimulatedBinaryCrossoverCrossTest() { … … 119 119 ///A test for Apply 120 120 ///</summary> 121 [TestMethod ()]121 [TestMethod] 122 122 public void SimulatedBinaryCrossoverApplyTest() { 123 123 TestRandom random = new TestRandom(); … … 165 165 ///A test for SimulatedBinaryCrossover Constructor 166 166 ///</summary> 167 [TestMethod ()]167 [TestMethod] 168 168 public void SimulatedBinaryCrossoverConstructorTest() { 169 169 SimulatedBinaryCrossover target = new SimulatedBinaryCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/SinglePointCrossoverTest.cs
r9764 r9768 84 84 ///A test for Cross 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 [DeploymentItem("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll")] 88 88 public void SinglePointCrossoverCrossTest() { … … 132 132 ///A test for Apply 133 133 ///</summary> 134 [TestMethod ()]134 [TestMethod] 135 135 public void SinglePointCrossoverApplyTest() { 136 136 TestRandom random = new TestRandom(); … … 172 172 ///A test for SinglePointCrossover Constructor 173 173 ///</summary> 174 [TestMethod ()]174 [TestMethod] 175 175 public void SinglePointCrossoverConstructorTest() { 176 176 SinglePointCrossover target = new SinglePointCrossover(); -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3/UniformOnePositionManipulatorTest.cs
r9764 r9768 83 83 ///A test for Apply 84 84 ///</summary> 85 [TestMethod ()]85 [TestMethod] 86 86 public void UniformOnePositionManipulatorApplyTest() { 87 87 TestRandom random = new TestRandom(); … … 102 102 ///A test for UniformOnePositionManipulator Constructor 103 103 ///</summary> 104 [TestMethod ()]104 [TestMethod] 105 105 public void UniformOnePositionManipulatorConstructorTest() { 106 106 UniformOnePositionManipulator target = new UniformOnePositionManipulator();
Note: See TracChangeset
for help on using the changeset viewer.