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/Erc/ErcTests.cs

    r15017 r15771  
    1 namespace HeuristicLab.Tests.Erc {
    2   using System.Linq;
    3 
    4   using HeuristicLab.Core;
    5   using HeuristicLab.Data;
    6   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Char;
    7   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Float;
    8   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.FloatVector;
    9   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Integer;
    10   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.IntegerVector;
    11   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.String;
    12   using HeuristicLab.Problems.ProgramSynthesis.Base.Erc.StringVector;
    13   using HeuristicLab.Random;
    14 
    15   using Microsoft.VisualStudio.TestTools.UnitTesting;
    16 
     1using System.Linq;
     2
     3using HeuristicLab.Core;
     4using HeuristicLab.Data;
     5using HeuristicLab.Random;
     6using HeuristicLab.Problems.ProgramSynthesis;
     7
     8using Microsoft.VisualStudio.TestTools.UnitTesting;
     9
     10namespace HeuristicLab.Tests.Erc {
    1711  [TestClass]
    1812  public class ErcTests {
Note: See TracChangeset for help on using the changeset viewer.