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/Interpreter/Expressions/CommonTests.cs

    r15273 r15771  
    1 namespace HeuristicLab.Tests.Interpreter.Expressions {
    2   using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions;
    3   using HeuristicLab.Problems.ProgramSynthesis.Push.Stack;
    4 
    5   using Microsoft.VisualStudio.TestTools.UnitTesting;
    6 
     1using HeuristicLab.Problems.ProgramSynthesis;
     2using Microsoft.VisualStudio.TestTools.UnitTesting;
     3
     4namespace HeuristicLab.Tests.Interpreter.Expressions {
    75  public abstract class CommonTests<T> : ExpressionTest {
    86    protected const string FullInstructionNameFormat = "{0}.{1}";
Note: See TracChangeset for help on using the changeset viewer.