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
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Tests/Benchmark/GPTests.cs

    r15334 r15771  
    1111  using HeuristicLab.Data;
    1212  using HeuristicLab.ParallelEngine;
    13   using HeuristicLab.Problems.ProgramSynthesis.Push.Analyzer;
    14   using HeuristicLab.Problems.ProgramSynthesis.Push.Crossover;
    15   using HeuristicLab.Problems.ProgramSynthesis.Push.Manipulator;
    16   using HeuristicLab.Problems.ProgramSynthesis.Push.Problem.BenchmarkSuite;
    17   using HeuristicLab.Problems.ProgramSynthesis.Push.Selector;
     13  using HeuristicLab.Problems.ProgramSynthesis;
    1814
    1915  using Microsoft.VisualStudio.TestTools.UnitTesting;
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Tests/Benchmark/RandomWalkTests.cs

    r15334 r15771  
    55
    66  using HeuristicLab.BenchmarkSuite.Problems;
    7   using HeuristicLab.Problems.ProgramSynthesis.Push.Evaluator;
     7  using HeuristicLab.Problems.ProgramSynthesis;
    88
    99  using Microsoft.VisualStudio.TestTools.UnitTesting;
    10   using Problems.ProgramSynthesis.Push.Configuration;
    11   using Problems.ProgramSynthesis.Push.Generators.CodeGenerator;
    12   using Problems.ProgramSynthesis.Push.Interpreter;
    13   using Problems.ProgramSynthesis.Push.Problem.BenchmarkSuite;
    14   using Problems.ProgramSynthesis.Push.Stack;
    1510  using Random;
    1611
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Tests/Benchmark/SolutionTests.cs

    r15366 r15771  
    33  using HeuristicLab.BenchmarkSuite;
    44  using HeuristicLab.BenchmarkSuite.Problems;
    5   using HeuristicLab.Problems.ProgramSynthesis.Push.Configuration;
    6   using HeuristicLab.Problems.ProgramSynthesis.Push.Evaluator;
    7   using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions;
    8   using HeuristicLab.Problems.ProgramSynthesis.Push.Interpreter;
    9   using HeuristicLab.Problems.ProgramSynthesis.Push.Parser;
    10   using HeuristicLab.Problems.ProgramSynthesis.Push.Stack;
    115  using HeuristicLab.Random;
     6  using HeuristicLab.Problems.ProgramSynthesis;
    127
    138  using Microsoft.VisualStudio.TestTools.UnitTesting;
Note: See TracChangeset for help on using the changeset viewer.