Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/10 22:08:05 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • renamed HeuristicLab.Permutation to HeuristicLab.Encodings.Permutation
Location:
trunk/sources/HeuristicLab.Encodings.Permutation
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.Permutation/3.3

    • Property svn:ignore
      •  

        old new  
        11*.user
        2 HeuristicLabPermutationPlugin.cs
        32bin
        43obj
         4HeuristicLabEncodingsPermutationPlugin.cs
  • trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/OrderCrossover2Test.cs

    r2871 r2906  
    1 using HeuristicLab.Permutation;
     1using HeuristicLab.Core;
    22using Microsoft.VisualStudio.TestTools.UnitTesting;
    3 using HeuristicLab.Core;
    43
    5 namespace HeuristicLab.Permutation.Tests
    6 {
    7    
    8    
     4namespace HeuristicLab.Encodings.Permutation.Tests {
    95    /// <summary>
    106    ///This is a test class for OrderCrossover2Test and is intended
     
    6561    ///</summary>
    6662    [TestMethod()]
    67     [DeploymentItem("HeuristicLab.Permutation-3.3.dll")]
     63    [DeploymentItem("HeuristicLab.Encodings.Permutation-3.3.dll")]
    6864    public void OrderCrossover2CrossTest() {
    6965      TestRandom random = new TestRandom();
Note: See TracChangeset for help on using the changeset viewer.