Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/18/13 16:51:42 (11 years ago)
Author:
sforsten
Message:

#1980:

  • made classes in Problems.ConditionActionClassification abstract
  • added Problems.VariableVectorClassification and Problems.CombinedIntegerVectorClassification
  • LCS works now with arbitrary problems, which implement ConditionActionClassificationProblem
Location:
branches/LearningClassifierSystems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/LearningClassifierSystems

    • Property svn:ignore
      •  

        old new  
        11*.suo
         2bin
  • branches/LearningClassifierSystems/HeuristicLab.Problems.ConditionActionClassification/3.3/HeuristicLab.Problems.ConditionActionClassification-3.3.csproj

    r9194 r9226  
    7171      <Private>False</Private>
    7272    </Reference>
    73     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     73    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    7474      <Private>False</Private>
    7575    </Reference>
    76     <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7776    <Reference Include="System" />
    7877    <Reference Include="System.Core" />
     
    8584  </ItemGroup>
    8685  <ItemGroup>
    87     <Compile Include="Implementation\ConditionActionClassificationProblem.cs" />
    88     <Compile Include="Implementation\ConditionActionClassificationProblemData.cs" />
     86    <Compile Include="ConditionActionClassificationProblem.cs" />
     87    <Compile Include="ConditionActionClassificationProblemData.cs" />
    8988    <Compile Include="Plugin.cs" />
    9089    <None Include="HeuristicLab.snk" />
     
    9998      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    10099      <Name>HeuristicLab.Core-3.3</Name>
     100      <Private>False</Private>
    101101    </ProjectReference>
    102102    <ProjectReference Include="..\..\HeuristicLab.Encodings.CombinedIntegerVectorEncoding\3.3\HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3.csproj">
     
    109109      <Name>HeuristicLab.Encodings.ConditionActionEncoding-3.3</Name>
    110110      <Private>False</Private>
     111    </ProjectReference>
     112    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     113      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
     114      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    111115    </ProjectReference>
    112116  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.