Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/05/11 08:22:36 (12 years ago)
Author:
gkronber
Message:

#1081 implemented multi-variate symbolic expression tree interpreter for time series prognosis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TimeSeries/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj

    r7100 r7120  
    111111  <ItemGroup>
    112112    <Compile Include="Interfaces\ISymbolicTimeSeriesPrognosisInterpreterOperator.cs" />
    113     <Compile Include="Interfaces\ISymbolicTimeSeriesPrognogisInterpreter.cs" />
    114113    <Compile Include="Interfaces\ISymbolicTimeSeriesPrognosisEvaluator.cs" />
    115114    <Compile Include="Interfaces\ISymbolicTimeSeriesPrognosisModel.cs" />
     
    122121    <Compile Include="SingleObjective\SymbolicTimeSeriesPrognosisSingleObjectiveProblem.cs" />
    123122    <Compile Include="SingleObjective\SymbolicTimeSeriesPrognosisSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
    124     <Compile Include="SymbolicTimeSeriesPrognosisInterpreter.cs" />
    125123    <Compile Include="SymbolicTimeSeriesPrognosisModel.cs" />
    126124    <Compile Include="SymbolicTimeSeriesPrognosisSolution.cs" />
     
    139137      <Name>HeuristicLab.Collections-3.3</Name>
    140138    </ProjectReference>
     139    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     140      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     141      <Name>HeuristicLab.Common.Resources-3.3</Name>
     142    </ProjectReference>
    141143    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    142144      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    182184      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
    183185      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     186    </ProjectReference>
     187    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     188      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     189      <Name>HeuristicLab.Random-3.3</Name>
    184190    </ProjectReference>
    185191  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.