Free cookie consent management tool by TermsFeed Policy Generator

source: branches/LearningClassifierSystems/LearningClassifierSystem.sln @ 9154

Last change on this file since 9154 was 9154, checked in by sforsten, 12 years ago

#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 size: 5.6 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 11.00
3# Visual Studio 2010
4Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96396439-A764-4022-A8D2-BE021449B8D1}"
5  ProjectSection(SolutionItems) = preProject
6    Build.cmd = Build.cmd
7    PreBuildEvent.cmd = PreBuildEvent.cmd
8  EndProjectSection
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3", "HeuristicLab.Encodings.CombinedIntegerVectorEncoding\3.3\HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3.csproj", "{CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}"
11EndProject
12Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.LearningClassifierSystems-3.3", "HeuristicLab.Algorithms.LearningClassifierSystems\3.3\HeuristicLab.Algorithms.LearningClassifierSystems-3.3.csproj", "{1FAB379A-3624-4EE3-9756-E8CA34BAADB4}"
13EndProject
14Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.ConditionActionEncoding-3.3", "HeuristicLab.Encodings.ConditionActionEncoding\3.3\HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj", "{422FB262-0845-4969-8D16-12F057AA90B1}"
15EndProject
16Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.ConditionActionClassification-3.3", "HeuristicLab.Problems.ConditionActionClassification\3.3\HeuristicLab.Problems.ConditionActionClassification-3.3.csproj", "{EA51D441-F6A3-41E1-9993-A2488E93C222}"
17EndProject
18Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.XCS.Views-3.3", "HeuristicLab.Problems.XCS.Views\3.3\HeuristicLab.Problems.XCS.Views-3.3.csproj", "{8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}"
19EndProject
20Global
21  GlobalSection(SolutionConfigurationPlatforms) = preSolution
22    Debug|Any CPU = Debug|Any CPU
23    Debug|x64 = Debug|x64
24    Debug|x86 = Debug|x86
25    Release|Any CPU = Release|Any CPU
26    Release|x64 = Release|x64
27    Release|x86 = Release|x86
28  EndGlobalSection
29  GlobalSection(ProjectConfigurationPlatforms) = postSolution
30    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
32    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Debug|x64.ActiveCfg = Debug|x64
33    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Debug|x64.Build.0 = Debug|x64
34    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Debug|x86.ActiveCfg = Debug|x86
35    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Debug|x86.Build.0 = Debug|x86
36    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
37    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Release|Any CPU.Build.0 = Release|Any CPU
38    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Release|x64.ActiveCfg = Release|x64
39    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Release|x64.Build.0 = Release|x64
40    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Release|x86.ActiveCfg = Release|x86
41    {CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}.Release|x86.Build.0 = Release|x86
42    {1FAB379A-3624-4EE3-9756-E8CA34BAADB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43    {1FAB379A-3624-4EE3-9756-E8CA34BAADB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
44    {1FAB379A-3624-4EE3-9756-E8CA34BAADB4}.Debug|x64.ActiveCfg = Debug|Any CPU
45    {1FAB379A-3624-4EE3-9756-E8CA34BAADB4}.Debug|x86.ActiveCfg = Debug|Any CPU
46    {1FAB379A-3624-4EE3-9756-E8CA34BAADB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
47    {1FAB379A-3624-4EE3-9756-E8CA34BAADB4}.Release|Any CPU.Build.0 = Release|Any CPU
48    {1FAB379A-3624-4EE3-9756-E8CA34BAADB4}.Release|x64.ActiveCfg = Release|Any CPU
49    {1FAB379A-3624-4EE3-9756-E8CA34BAADB4}.Release|x86.ActiveCfg = Release|Any CPU
50    {422FB262-0845-4969-8D16-12F057AA90B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
51    {422FB262-0845-4969-8D16-12F057AA90B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
52    {422FB262-0845-4969-8D16-12F057AA90B1}.Debug|x64.ActiveCfg = Debug|Any CPU
53    {422FB262-0845-4969-8D16-12F057AA90B1}.Debug|x86.ActiveCfg = Debug|Any CPU
54    {422FB262-0845-4969-8D16-12F057AA90B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
55    {422FB262-0845-4969-8D16-12F057AA90B1}.Release|Any CPU.Build.0 = Release|Any CPU
56    {422FB262-0845-4969-8D16-12F057AA90B1}.Release|x64.ActiveCfg = Release|Any CPU
57    {422FB262-0845-4969-8D16-12F057AA90B1}.Release|x86.ActiveCfg = Release|Any CPU
58    {EA51D441-F6A3-41E1-9993-A2488E93C222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59    {EA51D441-F6A3-41E1-9993-A2488E93C222}.Debug|Any CPU.Build.0 = Debug|Any CPU
60    {EA51D441-F6A3-41E1-9993-A2488E93C222}.Debug|x64.ActiveCfg = Debug|Any CPU
61    {EA51D441-F6A3-41E1-9993-A2488E93C222}.Debug|x86.ActiveCfg = Debug|Any CPU
62    {EA51D441-F6A3-41E1-9993-A2488E93C222}.Release|Any CPU.ActiveCfg = Release|Any CPU
63    {EA51D441-F6A3-41E1-9993-A2488E93C222}.Release|Any CPU.Build.0 = Release|Any CPU
64    {EA51D441-F6A3-41E1-9993-A2488E93C222}.Release|x64.ActiveCfg = Release|Any CPU
65    {EA51D441-F6A3-41E1-9993-A2488E93C222}.Release|x86.ActiveCfg = Release|Any CPU
66    {8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
67    {8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
68    {8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}.Debug|x64.ActiveCfg = Debug|Any CPU
69    {8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}.Debug|x86.ActiveCfg = Debug|Any CPU
70    {8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
71    {8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}.Release|Any CPU.Build.0 = Release|Any CPU
72    {8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}.Release|x64.ActiveCfg = Release|Any CPU
73    {8FFB8E0F-BC17-4D72-AF0F-E67A22F8EDE5}.Release|x86.ActiveCfg = Release|Any CPU
74  EndGlobalSection
75  GlobalSection(SolutionProperties) = preSolution
76    HideSolutionNode = FALSE
77  EndGlobalSection
78EndGlobal
Note: See TracBrowser for help on using the repository browser.