Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
branches/SensitivityEvaluator
Files:
2 added
2 edited

Legend:

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

    r12309 r12416  
    188188    <Compile Include="ModelCreators\NormalDistributedThresholdsModelCreator.cs" />
    189189    <Compile Include="MultiObjective\SymbolicClassificationMultiObjectiveValidationBestSolutionAnalyzer.cs" />
     190    <Compile Include="SingleObjective\SymbolicClassificationSingleObjectiveWeightedResidualsMeanSquaredErrorEvaluator.cs" />
    190191    <Compile Include="SingleObjective\SymbolicClassificationSingleObjectiveWeightedPerformanceMeasuresEvaluator.cs" />
    191192    <Compile Include="SymbolicClassificationPhenotypicDiversityAnalyzer.cs" />
     
    246247    </BootstrapperPackage>
    247248  </ItemGroup>
    248   <ItemGroup>
    249     <WCFMetadata Include="Service References\" />
    250   </ItemGroup>
    251249  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    252250  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • 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.