Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/13 16:54:43 (11 years ago)
Author:
sforsten
Message:

#1980:

  • added multiple discretizer to GAssist
  • created ensembles for LCS problems and edited CrossValidation to use them
File:
1 edited

Legend:

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

    r9342 r9411  
    4646    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4747      <Private>False</Private>
     48    </Reference>
     49    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     50      <SpecificVersion>False</SpecificVersion>
     51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    4852    </Reference>
    4953    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    98102    <Compile Include="Deletion\CalculateNumberOfDeletionsOperator.cs" />
    99103    <Compile Include="Deletion\XCSDeletionOperator.cs" />
     104    <Compile Include="Ensemble\ConditionActionEnsembleModel.cs" />
     105    <Compile Include="Ensemble\ConditionActionEnsembleProblemData.cs" />
     106    <Compile Include="Ensemble\ConditionActionEnsembleSolution.cs" />
    100107    <Compile Include="Evaluators\XCSEvaluator.cs" />
    101108    <Compile Include="Evaluators\IConditionActionEvaluator.cs" />
     
    105112    <Compile Include="GA\XCSAfterCrossoverOperator.cs" />
    106113    <Compile Include="IClassifier.cs" />
     114    <Compile Include="Interfaces\IConditionActionEnsembleModel.cs" />
     115    <Compile Include="Interfaces\IConditionActionEnsembleProblemData.cs" />
     116    <Compile Include="Interfaces\IConditionActionEnsembleSolution.cs" />
    107117    <Compile Include="Interfaces\IConditionActionModel.cs" />
    108118    <Compile Include="Interfaces\IConditionActionProblem.cs" />
     
    151161    </ProjectReference>
    152162  </ItemGroup>
     163  <ItemGroup />
    153164  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    154165  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.