Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/13 15:23:17 (11 years ago)
Author:
sforsten
Message:

#1980:

  • added XCSSolution, XCSModel, XCSClassifier to represent the xcs classifier
  • XCSSolution also shows the current accuracy (training and test partition has to be added)
  • added XCSSolutionAnalyzer to create a XCSSolution during the run of the algorithm
  • added XCSModelView to show the xcs model
  • fixed a bug in XCSDeletionOperator (sometimes it deleted less classifiers than it should)
  • moved some parameter from ConditionActionClassificationProblem to ConditionActionClassificationProblemData
File:
1 edited

Legend:

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

    r9110 r9154  
    6565      <Private>False</Private>
    6666    </Reference>
    67     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     67    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     68      <Private>False</Private>
     69    </Reference>
    6870    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    6971      <Private>False</Private>
     
    8385    <Compile Include="ActionSelection\MaxValueActionSelector.cs" />
    8486    <Compile Include="ActionSelection\RandomActionSelector.cs" />
     87    <Compile Include="Analyzer\XCSSolutionAnalyzer.cs" />
    8588    <Compile Include="Covering\CoveringOperator.cs" />
    8689    <Compile Include="Covering\DoDeletionBeforeCovering.cs" />
     
    9598    <Compile Include="GA\XCSAfterCrossoverOperator.cs" />
    9699    <Compile Include="IClassifier.cs" />
     100    <Compile Include="Interfaces\IConditionActionModel.cs" />
    97101    <Compile Include="Interfaces\IConditionActionProblem.cs" />
    98102    <Compile Include="Interfaces\IConditionActionProblemData.cs" />
     103    <Compile Include="Interfaces\IConditionActionSolution.cs" />
     104    <Compile Include="Interfaces\IXCSModel.cs" />
     105    <Compile Include="Interfaces\IXCSSolution.cs" />
    99106    <Compile Include="Operator\CalculateAccuracy.cs" />
    100107    <Compile Include="GA\XCSCheckIfGAShouldBeApplied.cs" />
     
    108115    <Compile Include="Plugin.cs" />
    109116    <Compile Include="Reinforcement\ActionExecuter.cs" />
     117    <Compile Include="Reinforcement\ClassifierFetcher.cs" />
    110118    <Compile Include="Reinforcement\IActionExecuter.cs" />
    111119    <Compile Include="Reinforcement\IClassifierFetcher.cs" />
     
    116124    <Compile Include="Subsumption\ExecuteGASubsumptionOperator.cs" />
    117125    <Compile Include="Subsumption\IActionSetSubsumption.cs" />
     126    <Compile Include="XCSClassifier.cs" />
     127    <Compile Include="XCSModel.cs" />
     128    <Compile Include="XCSSolution.cs" />
    118129    <None Include="Properties\AssemblyInfo.cs.frame" />
    119130  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.