Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/13 09:56:56 (11 years ago)
Author:
bburlacu
Message:

#2021: Added separate SymbolicExpressionTreeLinearCompiler. Updated the SymbolicDataAnalysisExpressionTreeLinearInterpreter:

  • moved constants evaluation outside of loop
  • simplified code
  • renamed EvaluateFast method to Evaluate and made it static.
Location:
branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r9738 r9739  
    3131    <DebugType>pdbonly</DebugType>
    3232    <Optimize>true</Optimize>
    33     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     33    <OutputPath>bin\</OutputPath>
    3434    <DefineConstants>TRACE</DefineConstants>
    3535    <ErrorReport>prompt</ErrorReport>
     
    8282    <Reference Include="ALGLIB-3.7.0">
    8383      <HintPath>..\..\..\Trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
    84       <Private>False</Private>
     84      <Private>True</Private>
    8585    </Reference>
    8686    <Reference Include="HeuristicLab.Common-3.3">
    8787      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    88       <Private>False</Private>
     88      <Private>True</Private>
    8989    </Reference>
    9090    <Reference Include="HeuristicLab.Core-3.3">
    9191      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    92       <Private>False</Private>
     92      <Private>True</Private>
    9393    </Reference>
    9494    <Reference Include="HeuristicLab.Data-3.3">
    9595      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    96       <Private>False</Private>
     96      <Private>True</Private>
    9797    </Reference>
    9898    <Reference Include="HeuristicLab.Operators-3.3">
    9999      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    100       <Private>False</Private>
     100      <Private>True</Private>
    101101    </Reference>
    102102    <Reference Include="HeuristicLab.Optimization-3.3">
    103103      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    104       <Private>False</Private>
     104      <Private>True</Private>
    105105    </Reference>
    106106    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    107107      <HintPath>..\..\..\Trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
    108       <Private>False</Private>
     108      <Private>True</Private>
    109109    </Reference>
    110110    <Reference Include="HeuristicLab.Random-3.3">
    111111      <HintPath>..\..\..\Trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
    112       <Private>False</Private>
     112      <Private>True</Private>
    113113    </Reference>
     114    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    114115    <Reference Include="System" />
    115116  </ItemGroup>
     
    120121      </ItemGroup>
    121122    </When>
    122     <Otherwise>
    123       <ItemGroup>
    124         <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
    125       </ItemGroup>
    126     </Otherwise>
     123    <Otherwise />
    127124  </Choose>
    128125  <ItemGroup>
     
    137134      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
    138135      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    139       <Private>False</Private>
     136      <Private>True</Private>
    140137    </ProjectReference>
    141138    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    142139      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
    143140      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    144       <Private>False</Private>
     141      <Private>True</Private>
    145142    </ProjectReference>
    146143  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.