Changeset 9091
- Timestamp:
- 01/02/13 17:11:29 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj
r8903 r9091 190 190 <Compile Include="Regression\ValueGenerator.cs" /> 191 191 <Compile Include="Regression\Various\BreimanOne.cs" /> 192 <Compile Include="Regression\Various\FeatureSelection.cs" /> 192 193 <Compile Include="Regression\Various\FriedmanTwo.cs" /> 193 194 <Compile Include="Regression\Various\FriedmanOne.cs" /> -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Various/VariousInstanceProvider.cs
r7860 r9091 45 45 descriptorList.Add(new PolyTen()); 46 46 descriptorList.Add(new SpatialCoevolution()); 47 descriptorList.Add(new FeatureSelection()); 47 48 return descriptorList; 48 49 }
Note: See TracChangeset
for help on using the changeset viewer.