Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/20 15:02:34 (5 years ago)
Author:
pfleck
Message:

#3040 Started working on the TF constant opt evaluator.

Location:
branches/3040_VectorBasedGP/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4
Files:
1 added
1 edited

Legend:

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

    r17472 r17474  
    104104      <Private>False</Private>
    105105    </Reference>
     106    <Reference Include="MathNet.Numerics">
     107      <HintPath>..\..\bin\MathNet.Numerics.dll</HintPath>
     108      <Private>False</Private>
     109    </Reference>
    106110    <Reference Include="System" />
    107111    <Reference Include="System.Core">
     
    117121    <Reference Include="System.Data" />
    118122    <Reference Include="System.Xml" />
     123    <Reference Include="TensorFlow.NET.Signed">
     124      <HintPath>..\..\bin\TensorFlow.NET.Signed.dll</HintPath>
     125      <Private>False</Private>
     126    </Reference>
    119127  </ItemGroup>
    120128  <ItemGroup>
     
    128136    <Compile Include="SingleObjective\Evaluators\NonlinearLeastSquaresConstantOptimizationEvaluator.cs" />
    129137    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionMeanRelativeErrorEvaluator.cs" />
     138    <Compile Include="SingleObjective\Evaluators\TensorFlowConstantOptimizationEvaluator.cs" />
    130139    <Compile Include="SingleObjective\SymbolicRegressionSolutionsAnalyzer.cs" />
    131140    <Compile Include="SymbolicRegressionPhenotypicDiversityAnalyzer.cs" />
Note: See TracChangeset for help on using the changeset viewer.