Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/11 17:13:33 (13 years ago)
Author:
gkronber
Message:

#1418 Added upper and lower estimation bounds for symbolic classification and regression.

File:
1 edited

Legend:

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

    r5685 r5720  
    119119    </Compile>
    120120    <Compile Include="Analyzers\SymbolicDataAnalysisVariableFrequencyAnalyzer.cs" />
     121    <Compile Include="Interfaces\ISymbolicDataAnalysisBoundedOperator.cs" />
    121122    <Compile Include="Interfaces\ISymbolicDataAnalysisExpressionTreeInterpreter.cs" />
    122123    <Compile Include="SymbolicDataAnalysisExpressionTreeCreator.cs" />
     
    178179    <Compile Include="Interfaces\ISymbolicDataAnalysisInterpreterOperator.cs" />
    179180    <Compile Include="Interfaces\ISymbolicDataAnalysisMultiObjectiveEvaluator.cs" />
    180     <Compile Include="Interfaces\ISymbolicDataAnalysisBoundedEvaluator.cs" />
    181181    <Compile Include="Interfaces\ISymbolicDataAnalysisEvaluator.cs" />
    182182    <Compile Include="Interfaces\ISymbolicDataAnalysisGrammar.cs" />
Note: See TracChangeset for help on using the changeset viewer.