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/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4
Files:
1 added
1 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.
Note: See TracChangeset for help on using the changeset viewer.