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/ExpressionTest.cs

    r15334 r15771  
    1 namespace HeuristicLab.Tests.Interpreter {
    2   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Boolean;
    3   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Float;
    4   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.FloatVector;
    5   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.IntegerVector;
    6   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.StringVector;
     1using HeuristicLab.Problems.ProgramSynthesis;
     2using Microsoft.VisualStudio.TestTools.UnitTesting;
    73
    8   using Microsoft.VisualStudio.TestTools.UnitTesting;
    9   using Problems.ProgramSynthesis.Base.Erc;
    10   using Problems.ProgramSynthesis.Base.Erc.Char;
    11   using Problems.ProgramSynthesis.Base.Erc.Integer;
    12   using Problems.ProgramSynthesis.Base.Erc.String;
    13   using Problems.ProgramSynthesis.Push.Configuration;
    14   using Problems.ProgramSynthesis.Push.Interpreter;
    15 
     4namespace HeuristicLab.Tests.Interpreter {
    165  public class ExpressionTest {
    176    protected PushInterpreter interpreter;
Note: See TracChangeset for help on using the changeset viewer.