Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/13 13:32:32 (11 years ago)
Author:
sforsten
Message:

#1980:

  • set plugin dependencies
  • added smart initialization
  • added hierarchical selection
  • fixed major and minor default rule
  • fixed several smaller bugs
  • some refactoring has been done
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LearningClassifierSystems/HeuristicLab.Problems.Instances.LCS/3.3/Plugin.cs.frame

    r9352 r9605  
    2525  [Plugin("HeuristicLab.Problems.Instances.LCS", "3.3.7.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Problems.Instances.LCS-3.3.dll", PluginFileType.Assembly)]
     27  [PluginDependency("HeuristicLab.Encodings.ConditionActionEncoding", "3.3")]
     28  [PluginDependency("HeuristicLab.Problems.CombinedIntegerVectorClassification", "3.3")]
     29  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
     30  [PluginDependency("HeuristicLab.Problems.DecisionListClassification", "3.3")]
    2731  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
     32  [PluginDependency("HeuristicLab.Problems.Instances.DataAnalysis", "3.3")]
     33  [PluginDependency("HeuristicLab.Problems.VariableVectorClassification", "3.3")]
    2834  public class HeuristicLabProblemsInstancesLCSPlugin : PluginBase {
    2935  }
Note: See TracChangeset for help on using the changeset viewer.