Free cookie consent management tool by TermsFeed Policy Generator

source: branches/LearningClassifierSystems/HeuristicLab.Encodings.ConditionActionEncoding/3.3/HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj @ 11357

Last change on this file since 11357 was 9467, checked in by sforsten, 11 years ago

#1980:

  • added ProportionalTournamentSelector for XCS
  • fixed bug: if an initial population is created in XCS, the initial population also creates general classifier, not only specific ones
  • merged r9204:9466 HeuristicLab.Core from trunk to branch
File size: 9.6 KB
RevLine 
[9089]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{422FB262-0845-4969-8D16-12F057AA90B1}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.ConditionActionEncoding</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.ConditionActionEncoding-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
[9228]40    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <Private>False</Private>
42    </Reference>
[9089]43    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <Private>False</Private>
48    </Reference>
[9411]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>
52    </Reference>
[9089]53    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
60      <Private>False</Private>
61    </Reference>
[9228]62    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <Private>False</Private>
64    </Reference>
[9089]65    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
66      <Private>False</Private>
67    </Reference>
68    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
69      <Private>False</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
72      <Private>False</Private>
73    </Reference>
[9228]74    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <Private>False</Private>
76    </Reference>
[9089]77    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="System" />
81    <Reference Include="System.Core" />
[9105]82    <Reference Include="System.Drawing" />
[9089]83    <Reference Include="System.Xml.Linq" />
84    <Reference Include="System.Data.DataSetExtensions" />
85    <Reference Include="Microsoft.CSharp" />
86    <Reference Include="System.Data" />
87    <Reference Include="System.Xml" />
88  </ItemGroup>
89  <ItemGroup>
90    <Compile Include="ActionSelection\ActionSelector.cs" />
91    <Compile Include="ActionSelection\OldActionSelector.cs" />
92    <Compile Include="ActionSelection\MaxValueActionSelector.cs" />
93    <Compile Include="ActionSelection\RandomActionSelector.cs" />
[9175]94    <Compile Include="Analyzer\BestTrainingXCSSolutionAnalyzer.cs" />
95    <Compile Include="Analyzer\CurrentXCSSolutionAnalyzer.cs" />
[9154]96    <Compile Include="Analyzer\XCSSolutionAnalyzer.cs" />
[9089]97    <Compile Include="Covering\CoveringOperator.cs" />
[9204]98    <Compile Include="Covering\CoveringSolutionCreator.cs" />
[9105]99    <Compile Include="Covering\DoDeletionBeforeCovering.cs" />
[9089]100    <Compile Include="Covering\ICovering.cs" />
101    <Compile Include="Covering\ICoveringSolutionCreator.cs" />
[9105]102    <Compile Include="Deletion\CalculateNumberOfDeletionsOperator.cs" />
103    <Compile Include="Deletion\XCSDeletionOperator.cs" />
[9411]104    <Compile Include="Ensemble\ConditionActionEnsembleModel.cs" />
105    <Compile Include="Ensemble\ConditionActionEnsembleProblemData.cs" />
106    <Compile Include="Ensemble\ConditionActionEnsembleSolution.cs" />
[9089]107    <Compile Include="Evaluators\XCSEvaluator.cs" />
108    <Compile Include="Evaluators\IConditionActionEvaluator.cs" />
109    <Compile Include="Evaluators\IXCSEvaluator.cs" />
[9110]110    <Compile Include="GA\InsertInPopulationOperator.cs" />
[9167]111    <Compile Include="GA\XCSAfterCopyingParentOperator.cs" />
[9105]112    <Compile Include="GA\XCSAfterCrossoverOperator.cs" />
[9089]113    <Compile Include="IClassifier.cs" />
[9411]114    <Compile Include="Interfaces\IConditionActionEnsembleModel.cs" />
115    <Compile Include="Interfaces\IConditionActionEnsembleProblemData.cs" />
116    <Compile Include="Interfaces\IConditionActionEnsembleSolution.cs" />
[9154]117    <Compile Include="Interfaces\IConditionActionModel.cs" />
[9089]118    <Compile Include="Interfaces\IConditionActionProblem.cs" />
119    <Compile Include="Interfaces\IConditionActionProblemData.cs" />
[9154]120    <Compile Include="Interfaces\IConditionActionSolution.cs" />
121    <Compile Include="Interfaces\IXCSModel.cs" />
[9467]122    <Compile Include="Interfaces\IXCSSelector.cs" />
[9154]123    <Compile Include="Interfaces\IXCSSolution.cs" />
[9204]124    <Compile Include="Manipulator\IProbabilityMutatorOperator.cs" />
[9089]125    <Compile Include="Operator\CalculateAccuracy.cs" />
[9105]126    <Compile Include="GA\XCSCheckIfGAShouldBeApplied.cs" />
[9089]127    <Compile Include="Operator\CountNumberOfUniqueActions.cs" />
[9242]128    <Compile Include="Operator\ModuloOperator.cs" />
[9089]129    <Compile Include="Operator\PredictionArrayCalculator.cs" />
130    <Compile Include="Operator\MatchActionOperator.cs" />
131    <Compile Include="Operator\MatchConditionOperator.cs" />
132    <Compile Include="Operator\SumAccuracy.cs" />
[9110]133    <Compile Include="GA\TempSubScopeIDAssigner.cs" />
[9089]134    <Compile Include="Properties\AssemblyInfo.cs" />
135    <Compile Include="Plugin.cs" />
136    <Compile Include="Reinforcement\ActionExecuter.cs" />
[9154]137    <Compile Include="Reinforcement\ClassifierFetcher.cs" />
[9089]138    <Compile Include="Reinforcement\IActionExecuter.cs" />
139    <Compile Include="Reinforcement\IClassifierFetcher.cs" />
[9467]140    <Compile Include="Selection\ProportionalTournamentSelector.cs" />
[9110]141    <Compile Include="Subsumption\ActionSetSubsumptionOperator.cs" />
142    <Compile Include="Subsumption\CheckGASubsumptionOperator.cs" />
143    <Compile Include="Subsumption\ExecuteGASubsumptionOperator.cs" />
[9105]144    <Compile Include="Subsumption\IActionSetSubsumption.cs" />
[9154]145    <Compile Include="XCSClassifier.cs" />
146    <Compile Include="XCSModel.cs" />
147    <Compile Include="XCSSolution.cs" />
[9089]148    <None Include="Properties\AssemblyInfo.cs.frame" />
149  </ItemGroup>
150  <ItemGroup>
151    <None Include="HeuristicLab.snk" />
152    <None Include="Plugin.cs.frame" />
153  </ItemGroup>
[9194]154  <ItemGroup>
155    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
156      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
157      <Name>HeuristicLab.Core-3.3</Name>
[9228]158      <Private>False</Private>
[9194]159    </ProjectReference>
[9334]160    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
161      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
162      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
163    </ProjectReference>
[9194]164  </ItemGroup>
[9411]165  <ItemGroup />
[9089]166  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
[9105]167  <PropertyGroup>
168    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
169set ProjectDir=$(ProjectDir)
170set SolutionDir=$(SolutionDir)
171set Outdir=$(Outdir)
172
173call PreBuildEvent.cmd
174</PreBuildEvent>
175  </PropertyGroup>
[9089]176  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
177       Other similar extension points exist, see Microsoft.Common.targets.
178  <Target Name="BeforeBuild">
179  </Target>
180  <Target Name="AfterBuild">
181  </Target>
182  -->
183</Project>
Note: See TracBrowser for help on using the repository browser.