Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8496


Ignore:
Timestamp:
08/17/12 11:54:58 (12 years ago)
Author:
ascheibe
Message:

#1886 removed deprecated code and cleaned up plugin dependencies

Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior
Files:
1 added
3 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3

    • Property svn:ignore set to
      Plugin.cs
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj

    r8415 r8496  
    4949      <Private>False</Private>
    5050    </Reference>
    51     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    52       <Private>False</Private>
    53     </Reference>
    5451    <Reference Include="HeuristicLab.Core-3.3">
    5552      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     
    9895  </ItemGroup>
    9996  <ItemGroup>
     97    <Compile Include="AlgorithmBehaviorHelpers.cs" />
    10098    <Compile Include="DuplicateSolutionsAnalyzer.cs" />
    10199    <Compile Include="MutationPerformanceAnalyzer.cs" />
     
    104102    <Compile Include="Properties\AssemblyInfo.cs" />
    105103    <Compile Include="VariableDuplicator.cs" />
    106   </ItemGroup>
    107   <ItemGroup>
    108     <ProjectReference Include="..\..\HeuristicLab.Analysis.AlgorithmBehavior\3.3\HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj">
    109       <Project>{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}</Project>
    110       <Name>HeuristicLab.Analysis.AlgorithmBehavior-3.3</Name>
    111     </ProjectReference>
    112104  </ItemGroup>
    113105  <ItemGroup>
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Plugin.cs.frame

    r8382 r8496  
    2323
    2424namespace HeuristicLab.Analysis.AlgorithmBehavior.Analyzers {
    25   [Plugin("HeuristicLab.Analysis.AlgorithmBehavior.Analyzers", "Provides operators and related classes for tracking the evolution within a GA.", "3.3.6.$WCREV$")]
     25  [Plugin("HeuristicLab.Analysis.AlgorithmBehavior.Analyzers", "Provides analyzers for tracking the behavior of GAs.", "3.3.7.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2828  [PluginDependency("HeuristicLab.Common", "3.3")]
     29  [PluginDependency("HeuristicLab.Analysis", "3.3")]
    2930  [PluginDependency("HeuristicLab.Core", "3.3")]
    3031  [PluginDependency("HeuristicLab.Data", "3.3")]
     
    3536  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3637  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    37   public class HeuristicLabAnalysisAlgorithmBehaviorAnalyzers : PluginBase {
     38  [PluginDependency("HeuristicLab.Problems.TravelingSalesman", "3.3")]
     39  public class HeuristicLabAnalysisAlgorithmBehaviorAnalyzersPlugin : PluginBase {
    3840  }
    3941}
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Properties

    • Property svn:ignore set to
      AssemblyInfo.cs
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln

    r8336 r8496  
    77    PreBuildEvent.cmd = PreBuildEvent.cmd
    88  EndProjectSection
    9 EndProject
    10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.AlgorithmBehavior-3.3", "HeuristicLab.Analysis.AlgorithmBehavior\3.3\HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj", "{1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}"
    11 EndProject
    12 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.AlgorithmBehavior.Operators-3.3", "HeuristicLab.Analysis.AlgorithmBehavior.Operators\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Operators-3.3.csproj", "{44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}"
    13 EndProject
    14 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Selection-3.3", "HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj", "{2C36CD4F-E5F5-43A4-801A-201EA895FE17}"
    159EndProject
    1610Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3", "HeuristicLab.Analysis.AlgorithmBehavior.Analyzers\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj", "{2533D1F9-F7F6-46CB-90D2-76D254E38DEE}"
     
    2620  EndGlobalSection
    2721  GlobalSection(ProjectConfigurationPlatforms) = postSolution
    28     {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    29     {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Debug|Any CPU.Build.0 = Debug|Any CPU
    30     {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Debug|x64.ActiveCfg = Debug|Any CPU
    31     {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Debug|x86.ActiveCfg = Debug|Any CPU
    32     {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Release|Any CPU.ActiveCfg = Release|Any CPU
    33     {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Release|Any CPU.Build.0 = Release|Any CPU
    34     {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Release|x64.ActiveCfg = Release|Any CPU
    35     {1F75CEA3-464F-4A6F-B2F0-04B9841EBC16}.Release|x86.ActiveCfg = Release|Any CPU
    36     {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    37     {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Debug|Any CPU.Build.0 = Debug|Any CPU
    38     {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Debug|x64.ActiveCfg = Debug|Any CPU
    39     {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Debug|x86.ActiveCfg = Debug|Any CPU
    40     {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Release|Any CPU.ActiveCfg = Release|Any CPU
    41     {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Release|Any CPU.Build.0 = Release|Any CPU
    42     {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Release|x64.ActiveCfg = Release|Any CPU
    43     {44301CA0-2A8D-47B7-ABC7-1D0E8A2E7ED4}.Release|x86.ActiveCfg = Release|Any CPU
    44     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    45     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|Any CPU.Build.0 = Debug|Any CPU
    46     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x64.ActiveCfg = Debug|x64
    47     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x64.Build.0 = Debug|x64
    48     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x86.ActiveCfg = Debug|x86
    49     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Debug|x86.Build.0 = Debug|x86
    50     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|Any CPU.ActiveCfg = Release|Any CPU
    51     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|Any CPU.Build.0 = Release|Any CPU
    52     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x64.ActiveCfg = Release|x64
    53     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x64.Build.0 = Release|x64
    54     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x86.ActiveCfg = Release|x86
    55     {2C36CD4F-E5F5-43A4-801A-201EA895FE17}.Release|x86.Build.0 = Release|x86
    5622    {2533D1F9-F7F6-46CB-90D2-76D254E38DEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    5723    {2533D1F9-F7F6-46CB-90D2-76D254E38DEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
Note: See TracChangeset for help on using the changeset viewer.