Free cookie consent management tool by TermsFeed Policy Generator

Changeset 769 for trunk


Ignore:
Timestamp:
11/16/08 23:00:09 (16 years ago)
Author:
gkronber
Message:

implemented crude version of an MSE evaluator that also calculates confidence bounds and stops evaluation early if it seems that the MSE is significantly better or worse than the quality-limit (based on parent quality). #366

Location:
trunk/sources/HeuristicLab.GP.StructureIdentification
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj

    r656 r769  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.21022</ProductVersion>
     6    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{74223A32-C726-4978-BE78-37113A18373C}</ProjectGuid>
     
    7676    <Compile Include="Equal.cs" />
    7777    <Compile Include="Evaluators\CoefficientOfDeterminationEvaluator.cs" />
     78    <Compile Include="Evaluators\UncertainMeanSquaredErrorEvaluator.cs" />
    7879    <Compile Include="Evaluators\EarlyStoppingMeanSquaredErrorEvaluator.cs" />
    7980    <Compile Include="Evaluators\GPEvaluatorBase.cs" />
Note: See TracChangeset for help on using the changeset viewer.