- Timestamp:
- 05/20/09 10:09:59 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj
r1534 r1856 89 89 <Compile Include="MulticlassOneVsOneAnalyzer.cs" /> 90 90 <Compile Include="OffspringSelectionGP.cs" /> 91 <Compile Include="ProblemInjector.cs" />92 91 <Compile Include="Properties\AssemblyInfo.cs" /> 93 92 <Compile Include="ROCAnalyzer.cs" /> … … 118 117 <Project>{1F1CF3ED-374C-4288-995B-93F6B872F571}</Project> 119 118 <Name>HeuristicLab.GP-3.3</Name> 119 </ProjectReference> 120 <ProjectReference Include="..\..\HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj"> 121 <Project>{80F7FADA-549D-4151-8856-79B620A50DBA}</Project> 122 <Name>HeuristicLab.Modeling-3.2</Name> 120 123 </ProjectReference> 121 124 <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj"> -
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLabGPClassificationPlugin.cs
r1529 r1856 34 34 [Dependency(Dependency = "HeuristicLab.GP-3.3")] 35 35 [Dependency(Dependency = "HeuristicLab.GP.StructureIdentification-3.3")] 36 [Dependency(Dependency = "HeuristicLab.Modeling-3.3")] 36 37 [Dependency(Dependency = "HeuristicLab.Operators-3.2")] 37 38 [Dependency(Dependency = "HeuristicLab.Random-3.2")] -
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/OffspringSelectionGP.cs
r1529 r1856 30 30 using HeuristicLab.Random; 31 31 using HeuristicLab.Data; 32 using HeuristicLab.Modeling; 32 33 33 34 namespace HeuristicLab.GP.StructureIdentification.Classification { -
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/StandardGP.cs
r1529 r1856 31 31 using HeuristicLab.Data; 32 32 using HeuristicLab.Operators; 33 using HeuristicLab.Modeling; 33 34 34 35 namespace HeuristicLab.GP.StructureIdentification.Classification {
Note: See TracChangeset
for help on using the changeset viewer.