Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/16/12 16:02:23 (12 years ago)
Author:
spimming
Message:

#1853:

  • included files from metaopt branch
  • ignored mutation and crossover
  • updated plugin frame
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysisService/HeuristicLab.Encodings.ParameterConfigurationTreeEncoding/3.3/Plugin.cs.frame

    r7838 r7840  
    3434  [PluginDependency("HeuristicLab.Core", "3.3")]
    3535  [PluginDependency("HeuristicLab.Data", "3.3")]
     36  [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    3637  [PluginDependency("HeuristicLab.Operators", "3.3")]
    3738  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3839  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3940  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     41  [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]
     42  [PluginDependency("HeuristicLab.SequentialEngine", "3.3")]
    4043  public class HeuristicLabEncodingsParameterConfigurationTreeEncodingPlugin : PluginBase {
    4144  }
Note: See TracChangeset for help on using the changeset viewer.