Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7301


Ignore:
Timestamp:
01/10/12 12:48:10 (13 years ago)
Author:
mkommend
Message:

#1746: Branched working copy version of the symbolic regression plugin.

Location:
branches/ConstantOptimization/HeuristicLab.Problems.DataAnylsis.Symbolic.Regression
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/ConstantOptimization/HeuristicLab.Problems.DataAnylsis.Symbolic.Regression

    • Property svn:mergeinfo set to (toggle deleted branches)
      /branches/Benchmarking/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression6917-7005
      /branches/CloningRefactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression4656-4721
      /branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression5471-5808
      /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression5815-6180
      /branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression4458-4459,​4462,​4464
      /branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression6284-6795
      /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression5060
      /branches/NET40/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression5138-5162
      /branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression5175-5192
      /branches/QAPAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression6350-6627
      /branches/Restructure trunk solution/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression6828
      /branches/SuccessProgressAnalysis/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression5370-5682
      /branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression6829-6865
      /branches/VNS/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression5594-5752
      /branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression5959-6341
  • branches/ConstantOptimization/HeuristicLab.Problems.DataAnylsis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj

    r7294 r7301  
    9393  </PropertyGroup>
    9494  <ItemGroup>
     95    <Reference Include="Accessibility">
     96      <EmbedInteropTypes>True</EmbedInteropTypes>
     97    </Reference>
    9598    <Reference Include="ALGLIB-3.4.0, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    9699      <HintPath>..\..\bin\ALGLIB-3.4.0.dll</HintPath>
    97100      <Private>False</Private>
    98101    </Reference>
     102    <Reference Include="AutoDiff, Version=0.5.4387.23483, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    99103    <Reference Include="System" />
    100104    <Reference Include="System.Core">
     
    115119    <Compile Include="Plugin.cs" />
    116120    <Compile Include="SingleObjective\SymbolicRegressionConstantOptimizationEvaluator.cs" />
     121    <Compile Include="SingleObjective\SymbolicRegressionConstantOptimizationEvaluatorAutoDiff.cs" />
    117122    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveOverfittingAnalyzer.cs" />
    118123    <Compile Include="SymbolicRegressionModel.cs" />
     
    223228    </BootstrapperPackage>
    224229  </ItemGroup>
     230  <ItemGroup>
     231    <Content Include="AutoDiff.dll" />
     232  </ItemGroup>
    225233  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    226234  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.