Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/12/08 20:53:04 (16 years ago)
Author:
gkronber
Message:

moved all classes of HL.Functions and HL.StructureIdentification to new plugins HeuristicLab.GP... (#177)

Location:
branches/GpPluginsRefactoringBranch/HeuristicLab.GP.Classification
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GpPluginsRefactoringBranch/HeuristicLab.GP.Classification/HeuristicLabGPClassificationPlugin.cs

    r644 r645  
    2525using HeuristicLab.PluginInfrastructure;
    2626
    27 namespace HeuristicLab.Functions {
     27namespace HeuristicLab.GP.Classification {
    2828  [ClassInfo(Name = "HeuristicLab.GP.Classification-3.2")]
    2929  [PluginFile(Filename = "HeuristicLab.GP.Classification-3.2.dll", Filetype = PluginFileType.Assembly)]
     
    3333  [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.2")]
    3434  [Dependency(Dependency = "HeuristicLab.Operators-3.2")]
    35   [Dependency(Dependency = "HeuristicLab.Operators.Programmable-3.2")]
    3635  [Dependency(Dependency = "HeuristicLab.Random-3.2")]
    3736  public class HeuristicLabGPClassificationPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.