Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/26/13 16:49:59 (11 years ago)
Author:
sforsten
Message:

#1980:

  • added Algorithms.GAssist
  • adapted Problems.DecisionListClassification and Encodings.DecisionList
Location:
branches/LearningClassifierSystems
Files:
77 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj

    r9242 r9334  
    6666    </Reference>
    6767    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    68       <Private>False</Private>
    69     </Reference>
    70     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    7168      <Private>False</Private>
    7269    </Reference>
     
    150147      <Private>False</Private>
    151148    </ProjectReference>
     149    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     150      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
     151      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     152    </ProjectReference>
    152153  </ItemGroup>
    153154  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/LearningClassifierSystems/HeuristicLab.Problems.CombinedIntegerVectorClassification/3.3/HeuristicLab.Problems.CombinedIntegerVectorClassification-3.3.csproj

    r9228 r9334  
    7979    <Reference Include="System" />
    8080    <Reference Include="System.Core" />
     81    <Reference Include="System.Drawing" />
    8182    <Reference Include="System.Xml.Linq" />
    8283    <Reference Include="System.Data.DataSetExtensions" />
  • branches/LearningClassifierSystems/HeuristicLab.Problems.VariableVectorClassification/3.3/HeuristicLab.Problems.VariableVectorClassification-3.3.csproj

    r9228 r9334  
    7676    <Reference Include="System" />
    7777    <Reference Include="System.Core" />
     78    <Reference Include="System.Drawing" />
    7879    <Reference Include="System.Xml.Linq" />
    7980    <Reference Include="System.Data.DataSetExtensions" />
  • branches/LearningClassifierSystems/LearningClassifierSystem.sln

    r9226 r9334  
    2929EndProject
    3030Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis-3.4", "HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj", "{DF87C13E-A889-46FF-8153-66DCAA8C5674}"
     31EndProject
     32Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.GAssist-3.3", "HeuristicLab.Algorithms.GAssist\3.3\HeuristicLab.Algorithms.GAssist-3.3.csproj", "{F191A6FA-1B3C-4F82-A711-873B4D839BC0}"
     33EndProject
     34Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.DecisionList-3.3", "HeuristicLab.Encodings.DecisionList\3.3\HeuristicLab.Encodings.DecisionList-3.3.csproj", "{86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}"
     35EndProject
     36Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DecisionListClassification-3.3", "HeuristicLab.Problems.DecisionListClassification\3.3\HeuristicLab.Problems.DecisionListClassification-3.3.csproj", "{CA20AC55-B57D-4078-8CB9-C44E5FF7958B}"
    3137EndProject
    3238Global
     
    140146    {DF87C13E-A889-46FF-8153-66DCAA8C5674}.Release|x86.ActiveCfg = Release|x86
    141147    {DF87C13E-A889-46FF-8153-66DCAA8C5674}.Release|x86.Build.0 = Release|x86
     148    {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     149    {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
     150    {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Debug|x64.ActiveCfg = Debug|Any CPU
     151    {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Debug|x86.ActiveCfg = Debug|Any CPU
     152    {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
     153    {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Release|Any CPU.Build.0 = Release|Any CPU
     154    {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Release|x64.ActiveCfg = Release|Any CPU
     155    {F191A6FA-1B3C-4F82-A711-873B4D839BC0}.Release|x86.ActiveCfg = Release|Any CPU
     156    {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     157    {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
     158    {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Debug|x64.ActiveCfg = Debug|Any CPU
     159    {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Debug|x86.ActiveCfg = Debug|Any CPU
     160    {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
     161    {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Release|Any CPU.Build.0 = Release|Any CPU
     162    {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Release|x64.ActiveCfg = Release|Any CPU
     163    {86912E6B-4EF3-4B37-809B-5A7C4A28D0C9}.Release|x86.ActiveCfg = Release|Any CPU
     164    {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     165    {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Debug|Any CPU.Build.0 = Debug|Any CPU
     166    {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Debug|x64.ActiveCfg = Debug|Any CPU
     167    {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Debug|x86.ActiveCfg = Debug|Any CPU
     168    {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Release|Any CPU.ActiveCfg = Release|Any CPU
     169    {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Release|Any CPU.Build.0 = Release|Any CPU
     170    {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Release|x64.ActiveCfg = Release|Any CPU
     171    {CA20AC55-B57D-4078-8CB9-C44E5FF7958B}.Release|x86.ActiveCfg = Release|Any CPU
    142172  EndGlobalSection
    143173  GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.