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:
2 added
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2895_PushGP_GenealogyAnalysis/HeuristicLab.Problems.ProgramSynthesis.Views/BenchmarkSuitePushSolutionView.cs

    r15756 r15771  
    1010  using HeuristicLab.Core.Views;
    1111  using HeuristicLab.MainForm;
    12   using HeuristicLab.Problems.ProgramSynthesis.Push.Evaluator;
    13   using HeuristicLab.Problems.ProgramSynthesis.Push.Interpreter;
    14   using HeuristicLab.Problems.ProgramSynthesis.Push.Solution;
     12  using HeuristicLab.Problems.ProgramSynthesis;
    1513
    1614  [View("Push Program Debugger")]
     
    5755    }
    5856
    59     public new PushBenchmarkSuiteSolution Content
    60     {
     57    public new PushBenchmarkSuiteSolution Content {
    6158      get { return (PushBenchmarkSuiteSolution)base.Content; }
    62       set
    63       {
     59      set {
    6460        base.Content = value;
    6561      }
    6662    }
    6763
    68     public PushBenchmarkSuiteEvaluator Evaluator
    69     {
     64    public PushBenchmarkSuiteEvaluator Evaluator {
    7065      get { return (PushBenchmarkSuiteEvaluator)Content.Evaluator; }
    7166    }
Note: See TracChangeset for help on using the changeset viewer.