Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/24/21 22:22:21 (3 years ago)
Author:
bburlacu
Message:

#3087: Implement NativeInterpreter and ParameterOptimizer classes. The ParameterOptimizer offers an interface to Ceres and its options and to the variable projection optimization method. Added unit tests.

File:
1 edited

Legend:

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

    r17413 r17844  
    169169    <Compile Include="Interpreter\BatchOperations.cs" />
    170170    <Compile Include="Interpreter\IntervalInterpreter.cs" />
     171    <Compile Include="Interpreter\ParameterOptimizer.cs" />
    171172    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionCompiledTreeInterpreter.cs" />
    172173    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeBatchInterpreter.cs" />
    173     <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeNativeInterpreter.cs" />
     174    <Compile Include="Interpreter\NativeInterpreter.cs" />
    174175    <Compile Include="Selectors\DiversitySelector.cs" />
    175176    <Compile Include="SymbolicDataAnalysisExpressionTreeAverageSimilarityCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.