Changeset 9743
- Timestamp:
- 07/24/13 11:50:18 (11 years ago)
- Location:
- branches/HeuristicLab.Problems.DataAnalysis.Trading
- Files:
-
- 2 deleted
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Calculators/OnlineProfitCalculator.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 using HeuristicLab.Common; 25 25 26 namespace HeuristicLab.Problems.DataAnalysis {26 namespace HeuristicLab.Problems.DataAnalysis.Trading { 27 27 public class OnlineProfitCalculator : IOnlineCalculator { 28 28 -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Calculators/OnlineSharpeRatioCalculator.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 24 24 using HeuristicLab.Common; 25 25 26 namespace HeuristicLab.Problems.DataAnalysis {26 namespace HeuristicLab.Problems.DataAnalysis.Trading { 27 27 public class OnlineSharpeRatioCalculator : IOnlineCalculator { 28 28 -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/HeuristicLab.Problems.DataAnalysis.Trading-3.4.csproj
r9176 r9743 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">96 <SpecificVersion>False</SpecificVersion>97 <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath>98 </Reference>99 <Reference Include="HeuristicLab.Analysis-3.3">100 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>101 </Reference>102 95 <Reference Include="HeuristicLab.Collections-3.3"> 103 96 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> … … 118 111 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 119 112 </Reference> 120 <Reference Include="HeuristicLab.Data.Views-3.3">121 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath>122 </Reference>123 113 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4"> 124 114 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 125 115 </Reference> 126 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">127 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>128 </Reference>129 116 <Reference Include="HeuristicLab.MainForm-3.3"> 130 117 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> … … 139 126 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 140 127 </Reference> 141 <Reference Include="HeuristicLab.Optimization.Views-3.3">142 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>143 </Reference>144 128 <Reference Include="HeuristicLab.Parameters-3.3"> 145 129 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath> … … 157 141 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath> 158 142 </Reference> 159 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4">160 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll</HintPath>161 </Reference>162 143 <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4"> 163 144 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath> … … 165 146 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 166 147 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 167 </Reference>168 <Reference Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3">169 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.DataAnalysis-3.3.dll</HintPath>170 </Reference>171 <Reference Include="HeuristicLab.Random-3.3">172 <HintPath>c:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>173 148 </Reference> 174 149 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3"> … … 182 157 <Reference Include="System.Windows.Forms" /> 183 158 <Reference Include="System.Windows.Forms.DataVisualization" /> 184 <Reference Include="System.Xml.Linq">185 <RequiredTargetFramework>3.5</RequiredTargetFramework>186 </Reference>187 <Reference Include="System.Data.DataSetExtensions">188 <RequiredTargetFramework>3.5</RequiredTargetFramework>189 </Reference>190 <Reference Include="System.Data" />191 <Reference Include="System.Xml" />192 159 </ItemGroup> 193 160 <ItemGroup> … … 200 167 <Compile Include="Interfaces\ITradingSolution.cs" /> 201 168 <Compile Include="Calculators\OnlineSharpeRatioCalculator.cs" /> 202 <Compile Include="CSVInstanceProvider.cs" />203 169 <Compile Include="Symbolic\Interfaces\ISymbolicTradingEvaluator.cs" /> 204 170 <Compile Include="Symbolic\Interfaces\ISymbolicTradingModel.cs" /> -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/HeuristicLabProblemsDataAnalysisTradingPlugin.cs.frame
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 22 using HeuristicLab.PluginInfrastructure; 26 23 27 24 namespace HeuristicLab.Problems.DataAnalysis.Trading { 28 [Plugin("HeuristicLab.Problems.DataAnalysis.Trading","Provides classes to optimize trading rules (single- or multiobjective).", "3.4.0.$WCREV$")]25 [Plugin("HeuristicLab.Problems.DataAnalysis.Trading","Provides classes to optimize trading rules.", "3.4.0.$WCREV$")] 29 26 [PluginFile("HeuristicLab.Problems.DataAnalysis.Trading-3.4.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.ALGLIB", "3.6")] 31 [PluginDependency("HeuristicLab. Analysis", "3.3")]27 28 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 29 [PluginDependency("HeuristicLab.Common", "3.3")] 33 [PluginDependency("HeuristicLab.Co llections", "3.3")]30 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] 34 31 [PluginDependency("HeuristicLab.Core", "3.3")] 32 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 35 33 [PluginDependency("HeuristicLab.Data", "3.3")] 34 [PluginDependency("HeuristicLab.Data.Views", "3.3")] 36 35 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")] 36 [PluginDependency("HeuristicLab.MainForm", "3.3")] 37 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 37 38 [PluginDependency("HeuristicLab.Operators", "3.3")] 38 39 [PluginDependency("HeuristicLab.Optimization", "3.3")] … … 41 42 [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")] 42 43 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")] 44 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Views", "3.4")] 45 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 46 [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")] 43 47 public class HeuristicLabProblemsDataAnalysisSymbolicTradingPlugin : PluginBase { 44 48 } -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/ITradingEnsembleModel.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 21 21 22 22 using System.Collections.Generic; 23 namespace HeuristicLab.Problems.DataAnalysis {23 namespace HeuristicLab.Problems.DataAnalysis.Trading { 24 24 public interface ITradingEnsembleModel : ITradingModel { 25 25 IEnumerable<ITradingModel> Models { get; } -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/ITradingModel.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 21 21 22 22 using System.Collections.Generic; 23 namespace HeuristicLab.Problems.DataAnalysis {23 namespace HeuristicLab.Problems.DataAnalysis.Trading { 24 24 public interface ITradingModel : IDataAnalysisModel { 25 25 IEnumerable<double> GetSignals(Dataset dataset, IEnumerable<int> rows); -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/ITradingProblem.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 namespace HeuristicLab.Problems.DataAnalysis {22 namespace HeuristicLab.Problems.DataAnalysis.Trading { 23 23 public interface ITradingProblem : IDataAnalysisProblem<ITradingProblemData> { 24 24 } -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/ITradingProblemData.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 namespace HeuristicLab.Problems.DataAnalysis {22 namespace HeuristicLab.Problems.DataAnalysis.Trading { 23 23 public interface ITradingProblemData : IDataAnalysisProblemData { 24 24 string PriceVariable { get; } -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/ITradingSolution.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 21 21 22 22 using System.Collections.Generic; 23 namespace HeuristicLab.Problems.DataAnalysis {23 namespace HeuristicLab.Problems.DataAnalysis.Trading { 24 24 public interface ITradingSolution : IDataAnalysisSolution { 25 25 new ITradingModel Model { get; } -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Properties/AssemblyInfo.cs.frame
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 31 31 [assembly: AssemblyCompany("")] 32 32 [assembly: AssemblyProduct("HeuristicLab")] 33 [assembly: AssemblyCopyright("(c) 2002-201 1HEAL")]33 [assembly: AssemblyCopyright("(c) 2002-2013 HEAL")] 34 34 [assembly: AssemblyTrademark("")] 35 35 [assembly: AssemblyCulture("")] -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Interfaces/ISymbolicTradingEvaluator.cs
r6126 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using HeuristicLab.Problems.DataAnalysis.Trading; 22 23 23 24 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Interfaces/ISymbolicTradingModel.cs
r6126 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 22 using HeuristicLab.Problems.DataAnalysis.Trading; 23 23 24 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { 24 25 public interface ISymbolicTradingModel : ITradingModel, ISymbolicDataAnalysisModel { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Interfaces/ISymbolicTradingSingleObjectiveEvaluator.cs
r6126 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using HeuristicLab.Problems.DataAnalysis.Trading; 23 22 24 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { 23 25 public interface ISymbolicTradingSingleObjectiveEvaluator : ISymbolicTradingEvaluator, ISymbolicDataAnalysisSingleObjectiveEvaluator<ITradingProblemData> { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Interfaces/ISymbolicTradingSolution.cs
r6126 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 21 21 22 22 23 using HeuristicLab.Problems.DataAnalysis.Symbolic; 23 using HeuristicLab.Problems.DataAnalysis.Trading; 24 24 25 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { 25 26 public interface ISymbolicTradingSolution : ITradingSolution, ISymbolicDataAnalysisSolution { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/SingleObjective/SymbolicTradingSingleObjectiveEvaluator.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 using HeuristicLab.Common; 24 24 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Problems.DataAnalysis.Trading; 26 25 27 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { 26 28 public abstract class SymbolicTradingSingleObjectiveEvaluator : SymbolicDataAnalysisSingleObjectiveEvaluator<ITradingProblemData>, ISymbolicTradingSingleObjectiveEvaluator { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/SingleObjective/SymbolicTradingSingleObjectiveProblem.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System.Linq;23 22 using HeuristicLab.Common; 24 23 using HeuristicLab.Core; 25 using HeuristicLab.Parameters;26 24 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Problems.DataAnalysis.Trading; 27 26 28 27 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { … … 53 52 ParameterizeOperators(); 54 53 } 55 56 protected override void ParameterizeOperators() {57 base.ParameterizeOperators();58 }59 60 //public override void ImportProblemDataFromFile(string fileName) {61 // TradingProblemData problemData = TradingProblemData.ImportFromFile(fileName);62 // ProblemData = problemData;63 //}64 54 } 65 55 } -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/SingleObjective/SymbolicTradingSingleObjectiveSharpeRatioEvaluator.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System.Collections.Generic; 22 23 using System.Linq; 23 using System.Collections.Generic;24 24 using HeuristicLab.Common; 25 25 using HeuristicLab.Core; … … 27 27 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 28 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 29 using HeuristicLab.P arameters;29 using HeuristicLab.Problems.DataAnalysis.Trading; 30 30 31 31 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/SingleObjective/SymbolicTradingSingleObjectiveTrainingBestSolutionAnalyzer.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 22 22 using HeuristicLab.Common; 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Data;25 24 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 26 25 using HeuristicLab.Parameters; 27 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 using HeuristicLab.Problems.DataAnalysis.Trading; 28 28 29 29 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/SingleObjective/SymbolicTradingSingleObjectiveValidationBestSolutionAnalyzer.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 22 22 using HeuristicLab.Common; 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Data;25 24 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 26 using HeuristicLab.Parameters;27 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Problems.DataAnalysis.Trading; 28 27 29 28 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/SymbolicTradingModel.cs
r9213 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System.Collections.Generic; 22 23 using System.Linq; 23 using System.Collections.Generic;24 24 using HeuristicLab.Common; 25 25 using HeuristicLab.Core; … … 40 40 : base(original, cloner) { } 41 41 public SymbolicTradingModel(ISymbolicExpressionTree tree, ISymbolicDataAnalysisExpressionTreeInterpreter interpreter) 42 : base(tree, interpreter ) { }42 : base(tree, interpreter, -10, 10) { } 43 43 44 44 public override IDeepCloneable Clone(Cloner cloner) { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/SymbolicTradingSolution.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System;23 22 using HeuristicLab.Common; 24 23 using HeuristicLab.Core; … … 26 25 using HeuristicLab.Optimization; 27 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 using HeuristicLab.Problems.DataAnalysis.Trading; 28 28 29 29 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Views/SymbolicTradingSolutionView.Designer.cs
r6126 r9743 1 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading.Views { 1 #region License Information 2 /* HeuristicLab 3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 5 * This file is part of HeuristicLab. 6 * 7 * HeuristicLab is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation, either version 3 of the License, or 10 * (at your option) any later version. 11 * 12 * HeuristicLab is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 #endregion 21 22 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading.Views { 2 23 partial class SymbolicTradingSolutionView { 3 24 /// <summary> -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Views/SymbolicTradingSolutionView.cs
r6126 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System;23 22 using System.Windows.Forms; 24 23 using HeuristicLab.MainForm; 25 using HeuristicLab.Problems.DataAnalysis. Views;24 using HeuristicLab.Problems.DataAnalysis.Trading.Views; 26 25 27 26 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading.Views { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/TradingEnsembleModel.cs
r6125 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 27 28 namespace HeuristicLab.Problems.DataAnalysis {28 namespace HeuristicLab.Problems.DataAnalysis.Trading { 29 29 /// <summary> 30 30 /// Represents trading solutions that contain an ensemble of multiple trading models -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/TradingProblem.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Problems.Instances;26 25 27 namespace HeuristicLab.Problems.DataAnalysis {26 namespace HeuristicLab.Problems.DataAnalysis.Trading { 28 27 [StorableClass] 29 28 [Item("Trading Problem", "A general trading problem.")] -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/TradingProblemData.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.IO;25 24 using System.Linq; 26 25 using HeuristicLab.Common; … … 29 28 using HeuristicLab.Parameters; 30 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 31 using HeuristicLab.Problems.Instances;32 using HeuristicLab.Problems.Instances.DataAnalysis;33 30 34 namespace HeuristicLab.Problems.DataAnalysis {31 namespace HeuristicLab.Problems.DataAnalysis.Trading { 35 32 [StorableClass] 36 33 [Item("TradingProblemData", "Represents an item containing all data defining a trading problem.")] -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/TradingSolution.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using System;23 22 using System.Collections.Generic; 24 23 using System.Linq; … … 28 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 29 28 30 namespace HeuristicLab.Problems.DataAnalysis {29 namespace HeuristicLab.Problems.DataAnalysis.Trading { 31 30 /// <summary> 32 31 /// Abstract base class for trading data analysis solutions -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Views/ITradingSolutionEvaluationView.cs
r6127 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 using HeuristicLab.Problems.DataAnalysis.Trading; 22 23 23 24 namespace HeuristicLab.Problems.DataAnalysis.Views { -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Views/TradingSolutionLineChartView.Designer.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 19 19 */ 20 20 #endregion 21 namespace HeuristicLab.Problems.DataAnalysis. Views {21 namespace HeuristicLab.Problems.DataAnalysis.Trading.Views { 22 22 partial class TradingSolutionLineChartView { 23 23 /// <summary> -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Views/TradingSolutionLineChartView.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 using System; 22 using System.Collections.Generic; 22 23 using System.Drawing; 23 24 using System.Linq; … … 25 26 using System.Windows.Forms.DataVisualization.Charting; 26 27 using HeuristicLab.Common; 27 using HeuristicLab.Core.Views;28 28 using HeuristicLab.MainForm; 29 29 using HeuristicLab.MainForm.WindowsForms; 30 using System.Collections.Generic;31 32 namespace HeuristicLab.Problems.DataAnalysis. Views {30 using HeuristicLab.Problems.DataAnalysis.Views; 31 32 namespace HeuristicLab.Problems.DataAnalysis.Trading.Views { 33 33 [View("Line Chart")] 34 34 [Content(typeof(ITradingSolution))] -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Views/TradingSolutionView.Designer.cs
r6123 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 20 20 #endregion 21 21 22 namespace HeuristicLab.Problems.DataAnalysis. Views {22 namespace HeuristicLab.Problems.DataAnalysis.Trading.Views { 23 23 partial class TradingSolutionView { 24 24 /// <summary> -
branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Views/TradingSolutionView.cs
r9176 r9743 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 21 21 22 22 using System; 23 using System.Windows.Forms;24 23 using HeuristicLab.MainForm; 25 24 using HeuristicLab.PluginInfrastructure; 25 using HeuristicLab.Problems.DataAnalysis.Views; 26 26 27 namespace HeuristicLab.Problems.DataAnalysis. Views {27 namespace HeuristicLab.Problems.DataAnalysis.Trading.Views { 28 28 [View("TradingSolution View")] 29 29 [Content(typeof(TradingSolution), true)]
Note: See TracChangeset
for help on using the changeset viewer.