Changeset 9091 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Various
- Timestamp:
- 01/02/13 17:11:29 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Various
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.