Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/09/15 12:41:25 (10 years ago)
Author:
ehopf
Message:

#2361: Implemented a new experimental evaluator which introduces residual weights to the mean squared error.

Location:
branches/SensitivityEvaluator/HeuristicLab.Problems.DataAnalysis/3.4
Files:
1 added
1 edited

Legend:

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

    r12213 r12416  
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    249249    <Compile Include="OnlineCalculators\OnlineMeanAbsolutePercentageErrorCalculator.cs" />
    250250    <Compile Include="OnlineCalculators\OnlineMeanAndVarianceCalculator.cs" />
     251    <Compile Include="OnlineCalculators\OnlineWeightedResidualsMeanSquaredErrorCalculator.cs" />
    251252    <Compile Include="OnlineCalculators\OnlineMeanSquaredErrorCalculator.cs" />
    252253    <Compile Include="OnlineCalculators\OnlineNormalizedMeanSquaredErrorCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.