Changeset 9982
- Timestamp:
- 09/17/13 11:47:57 (11 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 added
- 1 deleted
- 5 edited
- 2 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab 3.3.sln
r9980 r9982 132 132 {BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937} = {BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937} 133 133 {6AE0E1F5-D3FF-43A3-90E1-2435E7493FB5} = {6AE0E1F5-D3FF-43A3-90E1-2435E7493FB5} 134 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A} = {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}135 134 {E4EE5AFB-D552-447B-8A16-6CBE7938AF32} = {E4EE5AFB-D552-447B-8A16-6CBE7938AF32} 136 135 EndProjectSection … … 382 381 EndProject 383 382 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Trading.Views-3.4", "HeuristicLab.Problems.DataAnalysis.Trading.Views\3.4\HeuristicLab.Problems.DataAnalysis.Trading.Views-3.4.csproj", "{CB3D0A1E-1BE8-476B-A53C-2B189E30064F}" 384 EndProject385 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Instances.TestFunctions-3.3", "HeuristicLab.Problems.Instances.TestFunctions\3.3\HeuristicLab.Problems.Instances.TestFunctions-3.3.csproj", "{98EF72F8-D207-4A5B-8291-95DC73DDFD9A}"386 383 EndProject 387 384 Global … … 1859 1856 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Release|x86.ActiveCfg = Release|x86 1860 1857 {CB3D0A1E-1BE8-476B-A53C-2B189E30064F}.Release|x86.Build.0 = Release|x86 1861 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU1862 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Debug|Any CPU.Build.0 = Debug|Any CPU1863 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Debug|x64.ActiveCfg = Debug|x641864 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Debug|x64.Build.0 = Debug|x641865 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Debug|x86.ActiveCfg = Debug|x861866 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Debug|x86.Build.0 = Debug|x861867 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Release|Any CPU.ActiveCfg = Release|Any CPU1868 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Release|Any CPU.Build.0 = Release|Any CPU1869 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Release|x64.ActiveCfg = Release|x641870 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Release|x64.Build.0 = Release|x641871 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Release|x86.ActiveCfg = Release|x861872 {98EF72F8-D207-4A5B-8291-95DC73DDFD9A}.Release|x86.Build.0 = Release|x861873 1858 EndGlobalSection 1874 1859 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r9980 r9982 119 119 <Compile Include="IDataDescriptor.cs" /> 120 120 <Compile Include="Types\DistanceHelper.cs" /> 121 <Compile Include="Types\SOTFData.cs" />122 121 <Compile Include="Types\VRP\MDCVRPTWData.cs" /> 123 122 <Compile Include="Types\VRP\MDCVRPData.cs" /> … … 144 143 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 145 144 <Name>HeuristicLab.Common-3.3</Name> 146 <Private>False</Private>147 </ProjectReference>148 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">149 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>150 <Name>HeuristicLab.Core-3.3</Name>151 145 <Private>False</Private> 152 146 </ProjectReference> -
trunk/sources/HeuristicLab.Problems.Instances/3.3/Plugin.cs.frame
r9980 r9982 26 26 [PluginFile("HeuristicLab.Problems.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] 28 [PluginDependency("HeuristicLab.Core", "3.3")]29 28 public class HeuristicLabProblemsInstancesPlugin : PluginBase { 30 29 } -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/HeuristicLab.Problems.TestFunctions-3.3.csproj
r9981 r9982 110 110 <Compile Include="Evaluators\RandomEvaluator.cs" /> 111 111 <Compile Include="Improvers\SingleObjectiveTestFunctionImprovementOperator.cs" /> 112 <Compile Include="Instances\SOTFData.cs" /> 113 <Compile Include="Instances\SOTFDataDescriptor.cs" /> 114 <Compile Include="Instances\SOTFInstanceProvider.cs" /> 112 115 <Compile Include="MoveEvaluators\RandomAdditiveMoveEvaluator.cs" /> 113 116 <Compile Include="PathRelinkers\SingleObjectiveTestFunctionPathRelinker.cs" /> -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Instances/SOTFData.cs
r9980 r9982 20 20 #endregion 21 21 22 using HeuristicLab.Core;23 22 24 namespace HeuristicLab.Problems. Instances {23 namespace HeuristicLab.Problems.TestFunctions { 25 24 /// <summary> 26 25 /// Describes instances of Single Objective Test Functions (SOTF). … … 40 39 /// The operator used for evaluations 41 40 /// </summary> 42 public I Operator Evaluator { get; set; }41 public ISingleObjectiveTestFunctionProblemEvaluator Evaluator { get; set; } 43 42 } 44 43 } -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Instances/SOTFDataDescriptor.cs
r9980 r9982 20 20 #endregion 21 21 22 using HeuristicLab.Problems. TestFunctions;22 using HeuristicLab.Problems.Instances; 23 23 24 namespace HeuristicLab.Problems. Instances.TestFunctions {24 namespace HeuristicLab.Problems.TestFunctions { 25 25 internal class SOTFDataDescriptor : IDataDescriptor { 26 26 public string Name { get { return Evaluator.FunctionName + " Function"; } } -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Instances/SOTFInstanceProvider.cs
r9980 r9982 24 24 using System.Linq; 25 25 using HeuristicLab.PluginInfrastructure; 26 using HeuristicLab.Problems. TestFunctions;26 using HeuristicLab.Problems.Instances; 27 27 28 namespace HeuristicLab.Problems. Instances.TestFunctions {28 namespace HeuristicLab.Problems.TestFunctions { 29 29 public class SOTFInstanceProvider : ProblemInstanceProvider<SOTFData> { 30 30 public override string Name { -
trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs
r9980 r9982 410 410 Name = data.Name; 411 411 Description = data.Description; 412 Evaluator = (ISingleObjectiveTestFunctionProblemEvaluator)data.Evaluator;412 Evaluator = data.Evaluator; 413 413 } 414 414 }
Note: See TracChangeset
for help on using the changeset viewer.