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/PushDebuggerView.Designer.cs

    r15756 r15771  
    1 namespace HeuristicLab.Problems.ProgramSynthesis.Push.Views {
     1namespace HeuristicLab.Problems.ProgramSynthesis.Views {
    22  using System.ComponentModel;
    33  using System.Drawing;
     
    3131      this.debugTableLayout = new System.Windows.Forms.TableLayoutPanel();
    3232      this.exec2GroupBox = new System.Windows.Forms.GroupBox();
    33       this.execTreeView = new HeuristicLab.Problems.ProgramSynthesis.Push.Views.PushProgramTreeView();
     33      this.execTreeView = new HeuristicLab.Problems.ProgramSynthesis.Views.PushProgramTreeView();
    3434      this.stepButton = new System.Windows.Forms.Button();
    3535      this.resetButton = new System.Windows.Forms.Button();
Note: See TracChangeset for help on using the changeset viewer.