Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/18 16:56:35 (7 years ago)
Author:
bburlacu
Message:

#2895: Add solution skeleton for PushGP with genealogy analysis.

Location:
branches/2895_PushGP_GenealogyAnalysis
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Tests/Interpreter/Expressions/StringVectorExpressionTests.cs

    r15017 r15771  
    1 namespace HeuristicLab.Tests.Interpreter.Expressions {
    2   using System.Collections.Generic;
    3   using System.Linq;
     1using System.Collections.Generic;
     2using System.Linq;
     3using HeuristicLab.Problems.ProgramSynthesis;
     4using Microsoft.VisualStudio.TestTools.UnitTesting;
    45
    5   using HeuristicLab.Problems.ProgramSynthesis.Push.Stack;
    6 
    7   using Microsoft.VisualStudio.TestTools.UnitTesting;
    8 
     6namespace HeuristicLab.Tests.Interpreter.Expressions {
    97  [TestClass]
    108  public class StringVectorExpressionTests : VectorExpressionTests<string> {
Note: See TracChangeset for help on using the changeset viewer.