Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/18 16:56:35 (6 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/Components/PrintStackTests.cs

    r15334 r15771  
    1 namespace HeuristicLab.Tests.Components {
    2   using System.Linq;
     1using System.Linq;
     2using HeuristicLab.Problems.ProgramSynthesis;
     3using Microsoft.VisualStudio.TestTools.UnitTesting;
    34
    4   using HeuristicLab.Problems.ProgramSynthesis.Push.Stack;
    5 
    6   using Microsoft.VisualStudio.TestTools.UnitTesting;
    7 
     5namespace HeuristicLab.Tests.Components {
    86  [TestClass]
    97  public class PrintStackTests {
Note: See TracChangeset for help on using the changeset viewer.