Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/12 12:58:46 (12 years ago)
Author:
gkronber
Message:

#1962 changed SymbolicRegressionConstantOptimizationEvaluator to calculate gradients using AutoDiff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj

    r8600 r8704  
    9797      <Private>False</Private>
    9898    </Reference>
     99    <Reference Include="AutoDiff-1.0, Version=1.0.4652.23360, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     100      <HintPath>..\..\bin\AutoDiff-1.0.dll</HintPath>
     101      <Private>False</Private>
     102    </Reference>
    99103    <Reference Include="System" />
    100104    <Reference Include="System.Core">
     
    241245  -->
    242246  <PropertyGroup>
    243    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     247    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    244248set ProjectDir=$(ProjectDir)
    245249set SolutionDir=$(SolutionDir)
     
    248252call PreBuildEvent.cmd
    249253</PreBuildEvent>
    250 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     254    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    251255export ProjectDir=$(ProjectDir)
    252256export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.