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.Problems.ProgramSynthesis/Push/Problem/BenchmarkSuite/IntegerVectorPushBenchmarkSuiteProblem.cs

    r15344 r15771  
    1 namespace HeuristicLab.Problems.ProgramSynthesis.Push.Problem.BenchmarkSuite {
     1using HeuristicLab.Common;
     2using HeuristicLab.Core;
     3using HeuristicLab.BenchmarkSuite;
     4using HeuristicLab.BenchmarkSuite.Problems;
     5using HeuristicLab.Problems.Instances;
     6using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    27
    3   using Common;
    4   using Configuration;
    5   using Core;
    6 
    7   using HeuristicLab.BenchmarkSuite;
    8   using HeuristicLab.BenchmarkSuite.Problems;
    9   using HeuristicLab.Problems.ProgramSynthesis.Push.Evaluator;
    10   using HeuristicLab.Problems.ProgramSynthesis.Push.Expressions;
    11   using HeuristicLab.Problems.ProgramSynthesis.Push.Solution;
    12   using HeuristicLab.Problems.ProgramSynthesis.Push.Solution.BenchmarkSuite;
    13 
    14   using Instances;
    15   using Persistence.Default.CompositeSerializers.Storable;
    16   using Stack;
    17 
     8namespace HeuristicLab.Problems.ProgramSynthesis {
    189  [StorableClass]
    1910  [Creatable(CreatableAttribute.Categories.GeneticProgrammingProblems, Priority = 180)]
Note: See TracChangeset for help on using the changeset viewer.