Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/13 16:16:38 (12 years ago)
Author:
sforsten
Message:

#1980:

  • deleted not needed interface IMatching
  • finished VariableVector encoding
  • the algorithm LearningClassifierSystem is now independent of a specific encoding. It still needs the ConditionActionEncoding.
  • merged r9191:9203 HeuristicLab.Core from trunk to branch
File:
1 edited

Legend:

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

    r9194 r9204  
    8989    <Compile Include="Analyzer\XCSSolutionAnalyzer.cs" />
    9090    <Compile Include="Covering\CoveringOperator.cs" />
     91    <Compile Include="Covering\CoveringSolutionCreator.cs" />
    9192    <Compile Include="Covering\DoDeletionBeforeCovering.cs" />
    9293    <Compile Include="Covering\ICovering.cs" />
     
    107108    <Compile Include="Interfaces\IXCSModel.cs" />
    108109    <Compile Include="Interfaces\IXCSSolution.cs" />
     110    <Compile Include="Manipulator\IProbabilityMutatorOperator.cs" />
    109111    <Compile Include="Operator\CalculateAccuracy.cs" />
    110112    <Compile Include="GA\XCSCheckIfGAShouldBeApplied.cs" />
Note: See TracChangeset for help on using the changeset viewer.