Changeset 9089 for branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/HeuristicLab.Algorithms.LearningClassifierSystems-3.3.csproj
- Timestamp:
- 12/27/12 19:14:51 (12 years ago)
- Location:
- branches/LearningClassifierSystems
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3
-
Property
svn:ignore
set to
*.user
Plugin.cs
-
Property
svn:ignore
set to
-
branches/LearningClassifierSystems/HeuristicLab.Algorithms.LearningClassifierSystems/3.3/HeuristicLab.Algorithms.LearningClassifierSystems-3.3.csproj
r8941 r9089 96 96 </ItemGroup> 97 97 <ItemGroup> 98 <Compile Include="ActionSelection\ActionSelector.cs" /> 99 <Compile Include="ActionSelection\MaxValueActionSelector.cs" /> 100 <Compile Include="ActionSelection\RandomActionSelector.cs" /> 98 <Compile Include="LCSAdaptedGeneticAlgorithm.cs" /> 101 99 <Compile Include="LearningClassifierSystem.cs" /> 102 100 <Compile Include="LearningClassifierSystemMainLoop.cs" /> 103 101 <Compile Include="Properties\AssemblyInfo.cs" /> 104 102 <Compile Include="Plugin.cs" /> 105 <Compile Include="Selectors\IMatchSelector.cs" />106 <Compile Include="Selectors\MatchSelector.cs" />107 103 <None Include="Properties\AssemblyInfo.cs.frame" /> 108 104 </ItemGroup> … … 115 111 <Project>{CE7163C5-BFFE-45F0-9BD0-E10EF24E8BD2}</Project> 116 112 <Name>HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3</Name> 113 </ProjectReference> 114 <ProjectReference Include="..\..\HeuristicLab.Encodings.ConditionActionEncoding\3.3\HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj"> 115 <Project>{422FB262-0845-4969-8D16-12F057AA90B1}</Project> 116 <Name>HeuristicLab.Encodings.ConditionActionEncoding-3.3</Name> 117 </ProjectReference> 118 <ProjectReference Include="..\..\HeuristicLab.Problems.ConditionActionClassification\3.3\HeuristicLab.Problems.ConditionActionClassification-3.3.csproj"> 119 <Project>{EA51D441-F6A3-41E1-9993-A2488E93C222}</Project> 120 <Name>HeuristicLab.Problems.ConditionActionClassification-3.3</Name> 117 121 </ProjectReference> 118 122 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.