Changeset 7002
- Timestamp:
- 11/16/11 16:37:46 (13 years ago)
- Location:
- branches/Benchmarking/sources
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/BenchmarkView.cs
r6948 r7002 28 28 [Content(typeof(Benchmark), true)] 29 29 public partial class BenchmarkView : AlgorithmView { 30 public new Benchmark Content { 31 get { return (Benchmark)base.Content; } 32 set { base.Content = value; } 33 } 30 34 public BenchmarkView() { 31 35 InitializeComponent(); -
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/HeuristicLab.Algorithms.Benchmarks.Views-3.3.csproj
r6934 r7002 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> ..\..\bin\</OutputPath>20 <OutputPath>$(SolutionDir)\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> 23 23 <WarningLevel>4</WarningLevel> 24 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 24 25 </PropertyGroup> 25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26 27 <DebugType>pdbonly</DebugType> 27 28 <Optimize>true</Optimize> 28 <OutputPath> ..\..\bin\</OutputPath>29 <OutputPath>$(SolutionDir)\bin\</OutputPath> 29 30 <DefineConstants>TRACE</DefineConstants> 30 31 <ErrorReport>prompt</ErrorReport> 31 32 <WarningLevel>4</WarningLevel> 33 <DocumentationFile> 34 </DocumentationFile> 35 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 </PropertyGroup> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 38 <DebugSymbols>true</DebugSymbols> 39 <OutputPath>$(SolutionDir)\bin\</OutputPath> 40 <DefineConstants>DEBUG;TRACE</DefineConstants> 41 <DebugType>full</DebugType> 42 <PlatformTarget>x86</PlatformTarget> 43 <ErrorReport>prompt</ErrorReport> 44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 45 </PropertyGroup> 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 47 <OutputPath>$(SolutionDir)\bin\</OutputPath> 48 <DefineConstants>TRACE</DefineConstants> 49 <DocumentationFile> 50 </DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 </PropertyGroup> 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 <DebugType>full</DebugType> 62 <PlatformTarget>x64</PlatformTarget> 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 65 </PropertyGroup> 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 <DefineConstants>TRACE</DefineConstants> 69 <DocumentationFile> 70 </DocumentationFile> 71 <Optimize>true</Optimize> 72 <DebugType>pdbonly</DebugType> 73 <PlatformTarget>x64</PlatformTarget> 74 <ErrorReport>prompt</ErrorReport> 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 32 76 </PropertyGroup> 33 77 <PropertyGroup> … … 38 82 </PropertyGroup> 39 83 <ItemGroup> 40 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />41 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />42 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />43 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />44 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />45 <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />46 84 <Reference Include="System" /> 47 85 <Reference Include="System.Core" /> … … 73 111 <Project>{068C70A7-8CAF-4AB6-8721-4564D62292BC}</Project> 74 112 <Name>HeuristicLab.Algorithms.Benchmarks-3.3</Name> 113 <Private>False</Private> 75 114 </ProjectReference> 76 115 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 77 116 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 78 117 <Name>HeuristicLab.Collections-3.3</Name> 118 <Private>False</Private> 79 119 </ProjectReference> 80 120 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 81 121 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 82 122 <Name>HeuristicLab.Common-3.3</Name> 123 <Private>False</Private> 83 124 </ProjectReference> 84 125 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 85 126 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 86 127 <Name>HeuristicLab.Core.Views-3.3</Name> 128 <Private>False</Private> 87 129 </ProjectReference> 88 130 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 89 131 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 90 132 <Name>HeuristicLab.Core-3.3</Name> 133 <Private>False</Private> 91 134 </ProjectReference> 92 135 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 93 136 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 94 137 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 138 <Private>False</Private> 95 139 </ProjectReference> 96 140 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 97 141 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 98 142 <Name>HeuristicLab.MainForm-3.3</Name> 143 <Private>False</Private> 99 144 </ProjectReference> 100 145 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj"> 101 146 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project> 102 147 <Name>HeuristicLab.Optimization.Views-3.3</Name> 148 <Private>False</Private> 103 149 </ProjectReference> 104 150 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 105 151 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 106 152 <Name>HeuristicLab.Optimization-3.3</Name> 153 <Private>False</Private> 107 154 </ProjectReference> 108 155 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 109 156 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 110 157 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 111 </ProjectReference> 112 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj"> 113 <Project>{BF1E4DF4-A4CC-451F-9D50-303F405E265E}</Project> 114 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4</Name> 158 <Private>False</Private> 115 159 </ProjectReference> 116 160 </ItemGroup> -
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks.Views/3.3/Plugin.cs.frame
r6934 r7002 27 27 /// </summary> 28 28 [Plugin("HeuristicLab.Algorithms.Benchmarks.Views", "Provides views for benchmarking algorithms.", "3.3.5.$WCREV$")] 29 [PluginFile("HeuristicLab.Algorithms.Benchmarks.Views-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Algorithms.Benchmarks", "3.3")] 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.3")] 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 29 [PluginFile("HeuristicLab.Algorithms.Benchmarks.Views-3.3.dll", PluginFileType.Assembly)] 35 30 [PluginDependency("HeuristicLab.MainForm", "3.3")] 36 31 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 37 32 [PluginDependency("HeuristicLab.Optimization", "3.3")] 38 33 [PluginDependency("HeuristicLab.Optimization.Views", "3.3")] 34 [PluginDependency("HeuristicLab.Algorithms.Benchmarks", "3.3")] 39 35 public class HeuristicLabAlgorithmsBenchmarksViewsPlugin : PluginBase { 40 36 } -
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Benchmark.cs
r6987 r7002 237 237 #region Constructors 238 238 239 [StorableConstructor] 240 public Benchmark(bool deserializing) { } 241 239 242 public Benchmark() { 240 243 name = ItemName; -
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/DhrystoneBenchmark.cs
r6987 r7002 41 41 } 42 42 43 [Storable] 43 44 private TimeSpan timeLimit; 44 45 public TimeSpan TimeLimit { … … 96 97 #region Costructors 97 98 98 public DhrystoneAlgorithm() { 99 } 100 101 private DhrystoneAlgorithm(DhrystoneAlgorithm original, Cloner cloner) { 99 [StorableConstructor] 100 public DhrystoneAlgorithm(bool deserializing) { } 101 102 public DhrystoneAlgorithm() { } 103 104 protected DhrystoneAlgorithm(DhrystoneAlgorithm original, Cloner cloner) { 102 105 cloner.RegisterClonedObject(original, this); 103 106 } -
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj
r6948 r7002 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> ..\..\bin\</OutputPath>20 <OutputPath>$(SolutionDir)\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> 23 23 <WarningLevel>4</WarningLevel> 24 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 24 25 </PropertyGroup> 25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 26 27 <DebugType>pdbonly</DebugType> 27 28 <Optimize>true</Optimize> 28 <OutputPath> ..\..\bin\</OutputPath>29 <OutputPath>$(SolutionDir)\bin\</OutputPath> 29 30 <DefineConstants>TRACE</DefineConstants> 30 31 <ErrorReport>prompt</ErrorReport> 31 32 <WarningLevel>4</WarningLevel> 33 <DocumentationFile> 34 </DocumentationFile> 35 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 </PropertyGroup> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 38 <DebugSymbols>true</DebugSymbols> 39 <OutputPath>$(SolutionDir)\bin\</OutputPath> 40 <DefineConstants>DEBUG;TRACE</DefineConstants> 41 <DebugType>full</DebugType> 42 <PlatformTarget>x86</PlatformTarget> 43 <ErrorReport>prompt</ErrorReport> 44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 45 </PropertyGroup> 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 47 <OutputPath>$(SolutionDir)\bin\</OutputPath> 48 <DefineConstants>TRACE</DefineConstants> 49 <DocumentationFile> 50 </DocumentationFile> 51 <Optimize>true</Optimize> 52 <DebugType>pdbonly</DebugType> 53 <PlatformTarget>x86</PlatformTarget> 54 <ErrorReport>prompt</ErrorReport> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 </PropertyGroup> 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 58 <DebugSymbols>true</DebugSymbols> 59 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 <DebugType>full</DebugType> 62 <PlatformTarget>x64</PlatformTarget> 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 65 </PropertyGroup> 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 67 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 <DefineConstants>TRACE</DefineConstants> 69 <DocumentationFile> 70 </DocumentationFile> 71 <Optimize>true</Optimize> 72 <DebugType>pdbonly</DebugType> 73 <PlatformTarget>x64</PlatformTarget> 74 <ErrorReport>prompt</ErrorReport> 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 32 76 </PropertyGroup> 33 77 <PropertyGroup> … … 67 111 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 68 112 <Name>HeuristicLab.Collections-3.3</Name> 113 <Private>False</Private> 69 114 </ProjectReference> 70 115 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 71 116 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 72 117 <Name>HeuristicLab.Common.Resources-3.3</Name> 118 <Private>False</Private> 73 119 </ProjectReference> 74 120 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 75 121 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 76 122 <Name>HeuristicLab.Common-3.3</Name> 123 <Private>False</Private> 77 124 </ProjectReference> 78 125 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 79 126 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 80 127 <Name>HeuristicLab.Core-3.3</Name> 128 <Private>False</Private> 81 129 </ProjectReference> 82 130 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 83 131 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 84 132 <Name>HeuristicLab.Data-3.3</Name> 133 <Private>False</Private> 85 134 </ProjectReference> 86 135 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 87 136 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 88 137 <Name>HeuristicLab.Operators-3.3</Name> 138 <Private>False</Private> 89 139 </ProjectReference> 90 140 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 91 141 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 92 142 <Name>HeuristicLab.Optimization-3.3</Name> 143 <Private>False</Private> 93 144 </ProjectReference> 94 145 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 95 146 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 96 147 <Name>HeuristicLab.Parameters-3.3</Name> 148 <Private>False</Private> 97 149 </ProjectReference> 98 150 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 99 151 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 100 152 <Name>HeuristicLab.Persistence-3.3</Name> 153 <Private>False</Private> 101 154 </ProjectReference> 102 155 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 103 156 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 104 157 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 158 <Private>False</Private> 105 159 </ProjectReference> 106 160 </ItemGroup> -
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/LinpackBenchmark.cs
r6987 r7002 41 41 } 42 42 43 [Storable] 43 44 private TimeSpan timeLimit; 44 45 public TimeSpan TimeLimit { … … 83 84 #region Costructors 84 85 85 public LinpackBenchmark() { 86 } 86 [StorableConstructor] 87 public LinpackBenchmark(bool deserializing) { } 88 89 public LinpackBenchmark() { } 87 90 88 91 public LinpackBenchmark(LinpackBenchmark original, Cloner cloner) { -
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Plugin.cs.frame
r6934 r7002 32 32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 33 33 [PluginDependency("HeuristicLab.Core", "3.3")] 34 [PluginDependency("HeuristicLab.Data", "3.3")] 35 [PluginDependency("HeuristicLab.Operators", "3.3")] 34 [PluginDependency("HeuristicLab.Data", "3.3")] 36 35 [PluginDependency("HeuristicLab.Optimization", "3.3")] 37 36 [PluginDependency("HeuristicLab.Parameters", "3.3")] -
branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/WhetstoneAlgorithm.cs
r6987 r7002 41 41 } 42 42 43 [Storable] 43 44 private TimeSpan timeLimit; 44 45 public TimeSpan TimeLimit { … … 84 85 #region Costructors 85 86 86 public WhetstoneBenchmark() { 87 } 88 89 private WhetstoneBenchmark(WhetstoneBenchmark original, Cloner cloner) { 87 [StorableConstructor] 88 public WhetstoneBenchmark(bool deserializing) { } 89 90 public WhetstoneBenchmark() { } 91 92 protected WhetstoneBenchmark(WhetstoneBenchmark original, Cloner cloner) { 90 93 cloner.RegisterClonedObject(original, this); 91 94 } -
branches/Benchmarking/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r7000 r7002 570 570 </ItemGroup> 571 571 <ItemGroup> 572 <ProjectReference Include="..\HeuristicLab.Algorithms.Benchmarks.Views\3.3\HeuristicLab.Algorithms.Benchmarks.Views-3.3.csproj"> 573 <Project>{3C906172-E044-4DF0-B4FD-AA21192D5D3E}</Project> 574 <Name>HeuristicLab.Algorithms.Benchmarks.Views-3.3</Name> 575 </ProjectReference> 576 <ProjectReference Include="..\HeuristicLab.Algorithms.Benchmarks\3.3\HeuristicLab.Algorithms.Benchmarks-3.3.csproj"> 577 <Project>{068C70A7-8CAF-4AB6-8721-4564D62292BC}</Project> 578 <Name>HeuristicLab.Algorithms.Benchmarks-3.3</Name> 579 </ProjectReference> 572 580 <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.Views\3.4\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj"> 573 581 <Project>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</Project>
Note: See TracChangeset
for help on using the changeset viewer.