Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/13 13:10:17 (11 years ago)
Author:
gkronber
Message:

#1508 refactoring: removed smurf-naming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/HeuristicLab.Problems.DataAnalysis.Trading-3.4.csproj

    r9744 r9745  
    161161    <Compile Include="Calculators\OnlineProfitCalculator.cs" />
    162162    <Compile Include="HeuristicLabProblemsDataAnalysisTradingPlugin.cs" />
    163     <Compile Include="Interfaces\ITradingModel.cs" />
    164     <Compile Include="Interfaces\ITradingProblem.cs" />
    165     <Compile Include="Interfaces\ITradingProblemData.cs" />
    166     <Compile Include="Interfaces\ITradingSolution.cs" />
    167163    <Compile Include="Calculators\OnlineSharpeRatioCalculator.cs" />
    168     <Compile Include="Symbolic\Interfaces\ISymbolicTradingEvaluator.cs" />
    169     <Compile Include="Symbolic\Interfaces\ISymbolicTradingModel.cs" />
    170     <Compile Include="Symbolic\Interfaces\ISymbolicTradingSingleObjectiveEvaluator.cs" />
    171     <Compile Include="Symbolic\Interfaces\ISymbolicTradingSolution.cs" />
     164    <Compile Include="Interfaces\IModel.cs" />
     165    <Compile Include="Interfaces\IProblem.cs" />
     166    <Compile Include="Interfaces\IProblemData.cs" />
     167    <Compile Include="Interfaces\ISolution.cs" />
     168    <Compile Include="Problem.cs" />
     169    <Compile Include="ProblemData.cs" />
     170    <Compile Include="Solution.cs" />
     171    <Compile Include="Symbolic\Interfaces\IEvaluator.cs" />
     172    <Compile Include="Symbolic\Interfaces\IModel.cs" />
     173    <Compile Include="Symbolic\Interfaces\ISingleObjectiveEvaluator.cs" />
     174    <Compile Include="Symbolic\Interfaces\ISolution.cs" />
     175    <Compile Include="Symbolic\Model.cs" />
     176    <Compile Include="Symbolic\SingleObjective\Evaluator.cs" />
     177    <Compile Include="Symbolic\SingleObjective\Problem.cs" />
    172178    <Compile Include="Symbolic\SingleObjective\ProfitEvaluator.cs" />
    173     <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveEvaluator.cs" />
    174     <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveProblem.cs" />
    175     <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveSharpeRatioEvaluator.cs" />
    176     <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
    177     <Compile Include="Symbolic\SingleObjective\SymbolicTradingSingleObjectiveValidationBestSolutionAnalyzer.cs" />
    178     <Compile Include="Symbolic\SymbolicTradingModel.cs" />
    179     <Compile Include="Symbolic\SymbolicTradingSolution.cs" />
    180     <Compile Include="Symbolic\Views\SymbolicTradingSolutionView.cs">
     179    <Compile Include="Symbolic\SingleObjective\SharpeRatioEvaluator.cs" />
     180    <Compile Include="Symbolic\SingleObjective\TrainingBestSolutionAnalyzer.cs" />
     181    <Compile Include="Symbolic\SingleObjective\ValidationBestSolutionAnalyzer.cs" />
     182    <Compile Include="Symbolic\Solution.cs" />
     183    <Compile Include="Symbolic\Views\SolutionView.cs">
    181184      <SubType>UserControl</SubType>
    182185    </Compile>
    183     <Compile Include="Symbolic\Views\SymbolicTradingSolutionView.Designer.cs">
    184       <DependentUpon>SymbolicTradingSolutionView.cs</DependentUpon>
    185     </Compile>
    186     <Compile Include="TradingProblem.cs" />
    187     <Compile Include="TradingProblemData.cs" />
    188     <Compile Include="TradingSolution.cs" />
    189     <Compile Include="Views\ITradingSolutionEvaluationView.cs" />
    190     <Compile Include="Views\TradingSolutionLineChartView.cs">
     186    <Compile Include="Symbolic\Views\SolutionView.Designer.cs">
     187      <DependentUpon>SolutionView.cs</DependentUpon>
     188    </Compile>
     189    <Compile Include="Views\ISolutionEvaluationView.cs" />
     190    <Compile Include="Views\SolutionLineChartView.cs">
    191191      <SubType>UserControl</SubType>
    192192    </Compile>
    193     <Compile Include="Views\TradingSolutionLineChartView.Designer.cs">
    194       <DependentUpon>TradingSolutionLineChartView.cs</DependentUpon>
    195     </Compile>
    196     <Compile Include="Views\TradingSolutionView.cs">
     193    <Compile Include="Views\SolutionLineChartView.Designer.cs">
     194      <DependentUpon>SolutionLineChartView.cs</DependentUpon>
     195    </Compile>
     196    <Compile Include="Views\SolutionView.cs">
    197197      <SubType>UserControl</SubType>
    198198    </Compile>
    199     <Compile Include="Views\TradingSolutionView.Designer.cs">
    200       <DependentUpon>TradingSolutionView.cs</DependentUpon>
     199    <Compile Include="Views\SolutionView.Designer.cs">
     200      <DependentUpon>SolutionView.cs</DependentUpon>
    201201    </Compile>
    202202    <None Include="HeuristicLab.snk" />
Note: See TracChangeset for help on using the changeset viewer.