Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/05/15 07:03:15 (9 years ago)
Author:
gkronber
Message:

#2283: constant opt, expressioncompiler, autodiff, fixes in GP solvers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Algorithms.GeneticProgramming/HeuristicLab.Algorithms.GeneticProgramming.csproj

    r11857 r11895  
    3636    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
    3737      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
     38    </Reference>
     39    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     40      <SpecificVersion>False</SpecificVersion>
     41      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
    3842    </Reference>
    3943    <Reference Include="HeuristicLab.Collections-3.3">
     
    7579      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
    7680    </Reference>
     81    <Reference Include="HeuristicLab.SequentialEngine-3.3">
     82      <HintPath>..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     83    </Reference>
    7784    <Reference Include="System" />
    7885    <Reference Include="System.Core" />
     
    8087  </ItemGroup>
    8188  <ItemGroup>
     89    <Compile Include="IGPSolver.cs" />
    8290    <Compile Include="GenericSymbExprEvaluator.cs" />
    8391    <Compile Include="GenericSymbExprGrammar.cs" />
Note: See TracChangeset for help on using the changeset viewer.