Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/17 13:45:01 (7 years ago)
Author:
bwerth
Message:

#2780 worked on SAPBA; added IndividualStrategy

Location:
branches/SAPBA/HeuristicLab.Algorithms.SAPBA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SAPBA/HeuristicLab.Algorithms.SAPBA

    • Property svn:global-ignores set to
      .vs
      obj
    • Property svn:ignore set to
      new 2.txt
  • branches/SAPBA/HeuristicLab.Algorithms.SAPBA/Plugin.cs

    r14893 r14894  
    2020#endregion
    2121
     22using System;
     23using System.Collections.Generic;
     24using System.Text;
    2225using HeuristicLab.PluginInfrastructure;
    2326
    2427namespace HeuristicLab.Algorithms.SAPBA {
    25   [Plugin("HeuristicLab.Algorithms.SAPBA", "3.4.5.14833")]
    26   [PluginFile("HeuristicLab.Algorithms.EGO-3.4.dll", PluginFileType.Assembly)]
     28  [Plugin("HeuristicLab.Algorithms.SAPBA", "3.4.5.14893")]
     29  [PluginFile("HeuristicLab.Algorithms.SAPBA-3.4.dll", PluginFileType.Assembly)]
    2730  [PluginFile("displayModelFrame.html", PluginFileType.Data)]
    2831  [PluginDependency("HeuristicLab.Algorithms.CMAEvolutionStrategy", "3.4")]
     
    3538  [PluginDependency("HeuristicLab.Data", "3.3")]
    3639  [PluginDependency("HeuristicLab.Encodings.RealVectorEncoding", "3.3")]
    37   [PluginDependency("HeuristicLab.Operators", "3.3")]
    38   [PluginDependency("HeuristicLab.Optimization", "3.3")]
    39   [PluginDependency("HeuristicLab.Parameters", "3.3")]
    40   [PluginDependency("HeuristicLab.Persistence", "3.3")]
     40  [PluginDependency("HeuristicLab.Operators","3.3")]
     41  [PluginDependency("HeuristicLab.Optimization","3.3")]
     42  [PluginDependency("HeuristicLab.Parameters","3.3")]
     43  [PluginDependency("HeuristicLab.Persistence","3.3")]
    4144  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
    4245  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.