- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/AckleyEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for AckleyEvaluatorTest and is intended 33 ///to contain all AckleyEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for AckleyEvaluatorTest and is intended 31 ///to contain all AckleyEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class AckleyEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/BealeEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for BealeEvaluatorTest and is intended 33 ///to contain all BealeEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for BealeEvaluatorTest and is intended 31 ///to contain all BealeEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class BealeEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/BoothEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for BoothEvaluatorTest and is intended 33 ///to contain all BoothEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for BoothEvaluatorTest and is intended 31 ///to contain all BoothEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class BoothEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/GriewankEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for GriewankEvaluatorTest and is intended 33 ///to contain all GriewankEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for GriewankEvaluatorTest and is intended 31 ///to contain all GriewankEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class GriewankEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/LevyEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for LevyEvaluatorTest and is intended 33 ///to contain all LevyEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for LevyEvaluatorTest and is intended 31 ///to contain all LevyEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class LevyEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/MatyasEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for MatyasEvaluatorTest and is intended 33 ///to contain all MatyasEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for MatyasEvaluatorTest and is intended 31 ///to contain all MatyasEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class MatyasEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/Properties/AssemblyInfo.cs
r3781 r4068 1 1 using System.Reflection; 2 using System.Runtime.CompilerServices;3 2 using System.Runtime.InteropServices; 4 3 -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/RastriginEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 using HeuristicLab.Parameters;27 25 28 namespace HeuristicLab.Problems.TestFunctions_33.Tests 29 { 30 31 32 /// <summary> 33 ///This is a test class for RastriginEvaluatorTest and is intended 34 ///to contain all RastriginEvaluatorTest Unit Tests 35 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for RastriginEvaluatorTest and is intended 31 ///to contain all RastriginEvaluatorTest Unit Tests 32 ///</summary> 36 33 [TestClass()] 37 34 public class RastriginEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/RosenbrockEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for RosenbrockEvaluatorTest and is intended 33 ///to contain all RosenbrockEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for RosenbrockEvaluatorTest and is intended 31 ///to contain all RosenbrockEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class RosenbrockEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/SphereEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 using HeuristicLab.Parameters;27 25 28 namespace HeuristicLab.Problems.TestFunctions_33.Tests 29 { 30 31 32 /// <summary> 33 ///This is a test class for SphereEvaluatorTest and is intended 34 ///to contain all SphereEvaluatorTest Unit Tests 35 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for SphereEvaluatorTest and is intended 31 ///to contain all SphereEvaluatorTest Unit Tests 32 ///</summary> 36 33 [TestClass()] 37 34 public class SphereEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/SumSquaresEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for SumSquaresEvaluatorTest and is intended 33 ///to contain all SumSquaresEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for SumSquaresEvaluatorTest and is intended 31 ///to contain all SumSquaresEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class SumSquaresEvaluatorTest { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/ZakharovEvaluatorTest.cs
r3781 r4068 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.RealVectorEncoding; 22 23 using HeuristicLab.Problems.TestFunctions; 23 24 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Encodings.RealVectorEncoding;25 using HeuristicLab.Data;26 25 27 namespace HeuristicLab.Problems.TestFunctions_33.Tests 28 { 29 30 31 /// <summary> 32 ///This is a test class for ZakharovEvaluatorTest and is intended 33 ///to contain all ZakharovEvaluatorTest Unit Tests 34 ///</summary> 26 namespace HeuristicLab.Problems.TestFunctions_33.Tests { 27 28 29 /// <summary> 30 ///This is a test class for ZakharovEvaluatorTest and is intended 31 ///to contain all ZakharovEvaluatorTest Unit Tests 32 ///</summary> 35 33 [TestClass()] 36 34 public class ZakharovEvaluatorTest {
Note: See TracChangeset
for help on using the changeset viewer.