Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/11 15:03:46 (13 years ago)
Author:
gkronber
Message:

Merged changes from trunk to data analysis exploration branch and added fractional distance metric evaluator. #1142

File:
1 edited

Legend:

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

    r5265 r5275  
    107107      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    108108    </Reference>
     109    <Reference Include="HeuristicLab.Common.Resources-3.3">
     110      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     111    </Reference>
    109112    <Reference Include="HeuristicLab.Core-3.3">
    110113      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     
    158161  </ItemGroup>
    159162  <ItemGroup>
     163    <Compile Include="Interfaces\ISingleObjectiveDataAnalysisProblem.cs" />
     164    <Compile Include="TableFileParser.cs" />
    160165    <None Include="HeuristicLab.snk" />
    161166    <None Include="HeuristicLabProblemsDataAnalysisPlugin.cs.frame" />
     
    166171    <Compile Include="Evaluators\OnlineNormalizedMeanSquaredErrorEvaluator.cs" />
    167172    <Compile Include="DataAnalysisSolution.cs" />
    168     <Compile Include="CsvFileParser.cs" />
    169173    <Compile Include="DataAnalysisProblem.cs" />
    170174    <Compile Include="DataAnalysisProblemData.cs" />
     
    269273SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsDataAnalysisPlugin.cs"</PreBuildEvent>
    270274  </PropertyGroup>
     275  <PropertyGroup>
     276    <PostBuildEvent>
     277    </PostBuildEvent>
     278  </PropertyGroup>
    271279</Project>
Note: See TracChangeset for help on using the changeset viewer.