Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16674


Ignore:
Timestamp:
03/12/19 18:25:45 (5 years ago)
Author:
gkronber
Message:

#2994: worked on AutoDiff implementation based on BatchInterpreter

Location:
branches/2994-AutoDiffForIntervals
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2994-AutoDiffForIntervals/HeuristicLab 3.3.sln

    r16430 r16674  
    462462EndProject
    463463Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3", "HeuristicLab.Algorithms.MOCMAEvolutionStrategy\3.3\HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj", "{0E2E224F-E9B2-41F3-B510-09183EEBA2AF}"
     464EndProject
     465Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{792B51DB-F5AC-4EED-B165-8E57057413B4}"
    464466EndProject
    465467Global
     
    22492251    {0E2E224F-E9B2-41F3-B510-09183EEBA2AF}.Release|x86.ActiveCfg = Release|x86
    22502252    {0E2E224F-E9B2-41F3-B510-09183EEBA2AF}.Release|x86.Build.0 = Release|x86
     2253    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     2254    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2255    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|x64.ActiveCfg = Debug|Any CPU
     2256    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|x64.Build.0 = Debug|Any CPU
     2257    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|x86.ActiveCfg = Debug|Any CPU
     2258    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Debug|x86.Build.0 = Debug|Any CPU
     2259    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2260    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|Any CPU.Build.0 = Release|Any CPU
     2261    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x64.ActiveCfg = Release|Any CPU
     2262    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x64.Build.0 = Release|Any CPU
     2263    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x86.ActiveCfg = Release|Any CPU
     2264    {792B51DB-F5AC-4EED-B165-8E57057413B4}.Release|x86.Build.0 = Release|Any CPU
    22512265  EndGlobalSection
    22522266  GlobalSection(SolutionProperties) = preSolution
  • branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r16673 r16674  
    167167    <Compile Include="Interpreter\BatchInstruction.cs" />
    168168    <Compile Include="Interpreter\BatchOperations.cs" />
     169    <Compile Include="Interpreter\Interpreter.cs" />
    169170    <Compile Include="Interpreter\IntervalInterpreter.cs" />
    170171    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionCompiledTreeInterpreter.cs" />
Note: See TracChangeset for help on using the changeset viewer.