Changeset 6127 for branches/HeuristicLab.Problems.DataAnalysis.Trading
- Timestamp:
- 05/04/11 14:33:36 (14 years ago)
- Location:
- branches/HeuristicLab.Problems.DataAnalysis.Trading
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading.sln
r6126 r6127 2 2 Microsoft Visual Studio Solution File, Format Version 11.00 3 3 # Visual Studio 2010 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Symbolic.Trading-3.4", "HeuristicLab.Problems.DataAnalysis.Trading\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Trading-3.4.csproj", "{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}" 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Trading-3.4", "HeuristicLab.Problems.DataAnalysis.Trading\3.4\HeuristicLab.Problems.DataAnalysis.Trading-3.4.csproj", "{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}" 5 EndProject 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Main", "Main\Main.csproj", "{49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}" 7 ProjectSection(ProjectDependencies) = postProject 8 {E4EE5AFB-D552-447B-8A16-6CBE7938AF32} = {E4EE5AFB-D552-447B-8A16-6CBE7938AF32} 9 EndProjectSection 10 EndProject 11 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CE422F3-3DBB-4A1F-B45D-03D0C389DFD6}" 12 ProjectSection(SolutionItems) = preProject 13 Build.cmd = Build.cmd 14 PreBuildEvent.cmd = PreBuildEvent.cmd 15 EndProjectSection 5 16 EndProject 6 17 Global … … 26 37 {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Release|x86.ActiveCfg = Release|x86 27 38 {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Release|x86.Build.0 = Release|x86 39 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 40 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Debug|Any CPU.Build.0 = Debug|Any CPU 41 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Debug|x64.ActiveCfg = Debug|Any CPU 42 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Debug|x86.ActiveCfg = Debug|Any CPU 43 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Release|Any CPU.ActiveCfg = Release|Any CPU 44 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Release|Any CPU.Build.0 = Release|Any CPU 45 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Release|x64.ActiveCfg = Release|Any CPU 46 {49F6CC21-8EE7-41BF-8A9B-E6E9774F5C2F}.Release|x86.ActiveCfg = Release|Any CPU 28 47 EndGlobalSection 29 48 GlobalSection(SolutionProperties) = preSolution -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/HeuristicLab.Problems.DataAnalysis.Trading-3.4.csproj
r6126 r6127 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="ALGLIB-3.1.0"> 96 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\ALGLIB-3.1.0.dll</HintPath> 97 </Reference> 98 <Reference Include="HeuristicLab.Analysis-3.3"> 99 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath> 100 </Reference> 101 <Reference Include="HeuristicLab.Collections-3.3"> 102 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 103 </Reference> 104 <Reference Include="HeuristicLab.Common-3.3"> 105 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Common.Resources-3.3"> 108 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 109 </Reference> 110 <Reference Include="HeuristicLab.Core-3.3"> 111 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Core.Views-3.3"> 114 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.Data-3.3"> 117 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.Data.Views-3.3"> 120 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath> 121 </Reference> 122 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 123 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 124 </Reference> 125 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4"> 126 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath> 127 </Reference> 128 <Reference Include="HeuristicLab.MainForm-3.3"> 129 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 130 </Reference> 131 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 132 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 133 </Reference> 134 <Reference Include="HeuristicLab.Operators-3.3"> 135 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath> 136 </Reference> 137 <Reference Include="HeuristicLab.Optimization-3.3"> 138 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 139 </Reference> 140 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 141 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 142 </Reference> 143 <Reference Include="HeuristicLab.Parameters-3.3"> 144 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath> 145 </Reference> 146 <Reference Include="HeuristicLab.Persistence-3.3"> 147 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 148 </Reference> 149 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 150 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 151 </Reference> 152 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 153 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 154 </Reference> 155 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4"> 156 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 157 </Reference> 158 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4"> 159 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll</HintPath> 160 </Reference> 161 <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4"> 162 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath> 163 </Reference> 164 <Reference Include="HeuristicLab.Random-3.3"> 165 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath> 166 </Reference> 167 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3"> 168 <HintPath>..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 169 </Reference> 95 170 <Reference Include="System" /> 96 171 <Reference Include="System.Core"> … … 99 174 <Reference Include="System.Drawing" /> 100 175 <Reference Include="System.Windows.Forms" /> 176 <Reference Include="System.Windows.Forms.DataVisualization" /> 101 177 <Reference Include="System.Xml.Linq"> 102 178 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 110 186 <ItemGroup> 111 187 <Compile Include="HeuristicLabProblemsDataAnalysisTradingPlugin.cs" /> 112 <Compile Include="Interfaces\ISymbolicTradingEvaluator.cs" />113 <Compile Include="Interfaces\ISymbolicTradingModel.cs" />114 <Compile Include="Interfaces\ISymbolicTradingSingleObjectiveEvaluator.cs" />115 <Compile Include="Interfaces\ISymbolicTradingSolution.cs" />116 188 <Compile Include="Interfaces\ITradingEnsembleModel.cs" /> 117 189 <Compile Include="Interfaces\ITradingModel.cs" /> … … 120 192 <Compile Include="Interfaces\ITradingSolution.cs" /> 121 193 <Compile Include="Calculators\OnlineSharpeRatioCalculator.cs" /> 122 <Compile Include="SingleObjective\SymbolicTradingSingleObjectiveSharpeRatioEvaluator.cs" /> 123 <Compile Include="SingleObjective\SymbolicTradingSingleObjectiveEvaluator.cs" /> 124 <Compile Include="SingleObjective\SymbolicTradingSingleObjectiveProblem.cs" /> 125 <Compile Include="SingleObjective\SymbolicTradingSingleObjectiveTrainingBestSolutionAnalyzer.cs" /> 126 <Compile Include="SingleObjective\SymbolicTradingSingleObjectiveValidationBestSolutionAnalyzer.cs" /> 127 <Compile Include="SymbolicTradingModel.cs" /> 128 <Compile Include="SymbolicTradingSolution.cs" /> 129 <Compile Include="Views\SymbolicTradingSolutionView.cs" /> 130 <Compile Include="Views\SymbolicTradingSolutionView.Designer.cs"> 194 <Compile Include="Symbolic\Interfaces\ISymbolicTradingEvaluator.cs" /> 195 <Compile Include="Symbolic\Interfaces\ISymbolicTradingModel.cs" /> 196 <Compile Include="Symbolic\Interfaces\ISymbolicTradingSingleObjectiveEvaluator.cs" /> 197 <Compile Include="Symbolic\Interfaces\ISymbolicTradingSolution.cs" /> 198 <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveEvaluator.cs" /> 199 <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveProblem.cs" /> 200 <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveSharpeRatioEvaluator.cs" /> 201 <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveTrainingBestSolutionAnalyzer.cs" /> 202 <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveValidationBestSolutionAnalyzer.cs" /> 203 <Compile Include="Symbolic\SymbolicTradingModel.cs" /> 204 <Compile Include="Symbolic\SymbolicTradingSolution.cs" /> 205 <Compile Include="Symbolic\Views\SymbolicTradingSolutionView.cs"> 206 <SubType>UserControl</SubType> 207 </Compile> 208 <Compile Include="Symbolic\Views\SymbolicTradingSolutionView.Designer.cs"> 131 209 <DependentUpon>SymbolicTradingSolutionView.cs</DependentUpon> 132 210 </Compile> … … 135 213 <Compile Include="TradingProblemData.cs" /> 136 214 <Compile Include="TradingSolution.cs" /> 137 <Compile Include="Views\TradingSolutionLineChartView.cs" /> 215 <Compile Include="Views\ITradingSolutionEvaluationView.cs" /> 216 <Compile Include="Views\TradingSolutionLineChartView.cs"> 217 <SubType>UserControl</SubType> 218 </Compile> 138 219 <Compile Include="Views\TradingSolutionLineChartView.Designer.cs"> 139 220 <DependentUpon>TradingSolutionLineChartView.cs</DependentUpon> 140 221 </Compile> 141 <Compile Include="Views\TradingSolutionView.cs" /> 222 <Compile Include="Views\TradingSolutionView.cs"> 223 <SubType>UserControl</SubType> 224 </Compile> 142 225 <Compile Include="Views\TradingSolutionView.Designer.cs"> 143 226 <DependentUpon>TradingSolutionView.cs</DependentUpon> … … 147 230 <None Include="Properties\AssemblyInfo.frame" /> 148 231 <Compile Include="Properties\AssemblyInfo.cs" /> 149 </ItemGroup>150 <ItemGroup>151 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">152 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>153 <Name>HeuristicLab.Analysis-3.3</Name>154 </ProjectReference>155 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">156 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>157 <Name>HeuristicLab.Collections-3.3</Name>158 </ProjectReference>159 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">160 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>161 <Name>HeuristicLab.Common-3.3</Name>162 </ProjectReference>163 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">164 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>165 <Name>HeuristicLab.Core-3.3</Name>166 </ProjectReference>167 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">168 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>169 <Name>HeuristicLab.Data-3.3</Name>170 </ProjectReference>171 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">172 <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>173 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>174 </ProjectReference>175 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj">176 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project>177 <Name>ALGLIB-3.1.0</Name>178 </ProjectReference>179 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj">180 <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project>181 <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name>182 </ProjectReference>183 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">184 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>185 <Name>HeuristicLab.Operators-3.3</Name>186 </ProjectReference>187 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">188 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>189 <Name>HeuristicLab.Optimization-3.3</Name>190 </ProjectReference>191 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">192 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>193 <Name>HeuristicLab.Parameters-3.3</Name>194 </ProjectReference>195 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">196 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>197 <Name>HeuristicLab.Persistence-3.3</Name>198 </ProjectReference>199 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">200 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>201 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>202 </ProjectReference>203 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">204 <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>205 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>206 </ProjectReference>207 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">208 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>209 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>210 </ProjectReference>211 232 </ItemGroup> 212 233 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.