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.GenealogyAnalysis/Plugin.cs.frame

    r15756 r15771  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2017 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2222using HeuristicLab.PluginInfrastructure;
    2323
    24 namespace HeuristicLab.EvolutionTracking {
    25   [Plugin("HeuristicLab.EvolutionTracking", "Provides operators and related classes for tracking the evolution within a GA.", "3.4.5.$WCREV$")]
    26   [PluginFile("HeuristicLab.EvolutionTracking-3.4.dll", PluginFileType.Assembly)]
     24namespace HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis {
     25  [Plugin("HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysis", "Provides operators and related classes for genealogy analysis.", "3.4.5.$WCREV$")]
     26  [PluginFile("HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysisg-3.4.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    2828  [PluginDependency("HeuristicLab.Collections", "3.3")]
     
    3838  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3939
    40   public class HeuristicLabEvolutionTrackingPlugin : PluginBase {
     40  public class HeuristicLab.Problems.ProgramSynthesis.GenealogyAnalysisPlugin : PluginBase {
    4141  }
    4242}
Note: See TracChangeset for help on using the changeset viewer.