Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12936


Ignore:
Timestamp:
09/02/15 17:47:21 (9 years ago)
Author:
gkronber
Message:

#2472: added an implementation of Koza-style symbolic regression as BasicProblem to Problems.GeneticProgramming

Location:
trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/HeuristicLab.Problems.GeneticProgramming-3.3.csproj

    r12911 r12936  
    109109    <Compile Include="ArtificialAnt\Problem.cs" />
    110110    <Compile Include="ArtificialAnt\Trail.cs" />
     111    <Compile Include="BasicSymbolicRegression\Problem.cs" />
    111112    <Compile Include="LawnMower\Interpreter.cs" />
    112113    <Compile Include="LawnMower\Problem.cs" />
     
    174175      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    175176      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     177      <Private>False</Private>
     178    </ProjectReference>
     179    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     180      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
     181      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     182      <Private>False</Private>
     183    </ProjectReference>
     184    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     185      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
     186      <Name>HeuristicLab.Problems.Instances-3.3</Name>
    176187      <Private>False</Private>
    177188    </ProjectReference>
  • trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Plugin.cs.frame

    r12915 r12936  
    3737  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3838  [PluginDependency("HeuristicLab.Persistence", "3.3")]
     39  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
     40  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    3941  [PluginDependency("HeuristicLab.Random", "3.3")]
    4042  public class HeuristicLabProblemsGeneticProgrammingPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.