Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/23/11 19:45:18 (14 years ago)
Author:
gkronber
Message:

#1418 implemented single-objective and multi-objective training best solution analyzers for symbolic data analysis plugins.

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4
Files:
4 added
1 edited

Legend:

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

    r5505 r5557  
    108108  </ItemGroup>
    109109  <ItemGroup>
     110    <Compile Include="Interfaces\ISymbolicRegressionModel.cs" />
     111    <Compile Include="Interfaces\ISymbolicRegressionSolution.cs" />
    110112    <Compile Include="Interfaces\ISymbolicRegressionEvaluator.cs" />
    111113    <Compile Include="Interfaces\ISymbolicRegressionMultiObjectiveEvaluator.cs" />
    112114    <Compile Include="Interfaces\ISymbolicRegressionSingleObjectiveEvaluator.cs" />
     115    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveTrainingBestSolutionAnalyzer.cs" />
     116    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
    113117    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveEvaluator.cs" />
    114118    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveMeanSquaredErrorTreeSizeEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.