Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/13 12:23:17 (11 years ago)
Author:
mkommend
Message:

#2082: Corrected plugin dependencies of parameter optimization plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/Plugin.cs.frame

    r9682 r9687  
    3535  [PluginDependency("HeuristicLab.Core", "3.3")]
    3636  [PluginDependency("HeuristicLab.Data", "3.3")]
     37  [PluginDependency("HeuristicLab.Encodings.RealVectorEncoding", "3.3")]
    3738  [PluginDependency("HeuristicLab.Operators", "3.3")]
    38   [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3939  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    4040  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     41  [PluginDependency("HeuristicLab.Problems.ParameterOptimization", "3.3")]
    4142  public class HeuristicLabProblemsExternalEvaluationScilabPlugin : PluginBase {
    4243    private const string registryKey = @"SOFTWARE\Scilab";
Note: See TracChangeset for help on using the changeset viewer.