Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/13 10:47:09 (11 years ago)
Author:
sforsten
Message:

#1980:

  • added problem instance provider to import csv files for ConditionActionClassificationProblemData
  • adapted LCSAdaptedGeneticAlgorithm to use the crossover probability
  • fixed a bug in XCSModelView
File:
1 edited

Legend:

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

    r9154 r9160  
    6868      <Private>False</Private>
    6969    </Reference>
     70    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    7071    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    7172      <Private>False</Private>
     
    120121    <Compile Include="Selectors\IMatchSelector.cs" />
    121122    <Compile Include="Selectors\MatchSelector.cs" />
     123    <Compile Include="Selectors\PreservingRightReducer.cs" />
    122124    <Compile Include="Subsumption\ActionSetSubsumptionOperator.cs" />
    123125    <Compile Include="Subsumption\CheckGASubsumptionOperator.cs" />
Note: See TracChangeset for help on using the changeset viewer.