Changeset 17641
- Timestamp:
- 06/30/20 15:02:18 (4 years ago)
- Location:
- branches/3075_aifeynman_instances/HeuristicLab.Problems.Instances.DataAnalysis/3.3
- Files:
-
- 15 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3075_aifeynman_instances/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj
r17640 r17641 157 157 <Compile Include="Regression\FeatureSelection\FeatureSelection.cs" /> 158 158 <Compile Include="Regression\FeatureSelection\FeatureSelectionInstanceProvider.cs" /> 159 <Compile Include="Regression\Feynman\Feynman100.cs" /> 159 160 <Compile Include="Regression\Feynman\Feynman23.cs" /> 160 161 <Compile Include="Regression\Feynman\Feynman22.cs" /> … … 229 230 <Compile Include="Regression\Feynman\Feynman84.cs" /> 230 231 <Compile Include="Regression\Feynman\Feynman85.cs" /> 232 <Compile Include="Regression\Feynman\Feynman86.cs" /> 233 <Compile Include="Regression\Feynman\Feynman87.cs" /> 234 <Compile Include="Regression\Feynman\Feynman88.cs" /> 235 <Compile Include="Regression\Feynman\Feynman89.cs" /> 231 236 <Compile Include="Regression\Feynman\Feynman9.cs" /> 232 237 <Compile Include="Regression\Feynman\Feynman13.cs" /> … … 236 241 <Compile Include="Regression\Feynman\Feynman8.cs" /> 237 242 <Compile Include="Regression\Feynman\Feynman7.cs" /> 243 <Compile Include="Regression\Feynman\Feynman90.cs" /> 244 <Compile Include="Regression\Feynman\Feynman91.cs" /> 245 <Compile Include="Regression\Feynman\Feynman92.cs" /> 246 <Compile Include="Regression\Feynman\Feynman93.cs" /> 247 <Compile Include="Regression\Feynman\Feynman94.cs" /> 248 <Compile Include="Regression\Feynman\Feynman95.cs" /> 249 <Compile Include="Regression\Feynman\Feynman96.cs" /> 250 <Compile Include="Regression\Feynman\Feynman97.cs" /> 251 <Compile Include="Regression\Feynman\Feynman98.cs" /> 252 <Compile Include="Regression\Feynman\Feynman99.cs" /> 238 253 <Compile Include="Regression\Feynman\FeynmanDescriptor.cs" /> 239 254 <Compile Include="Regression\Feynman\FeynmanInstanceProvider.cs" /> -
branches/3075_aifeynman_instances/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Regression/Feynman/FeynmanInstanceProvider.cs
r17638 r17641 45 45 descriptorList.Add(new Feynman12(rand.Next())); 46 46 descriptorList.Add(new Feynman13(rand.Next())); 47 descriptorList.Add(new Feynman14(rand.Next())); 48 descriptorList.Add(new Feynman15(rand.Next())); 49 descriptorList.Add(new Feynman16(rand.Next())); 50 descriptorList.Add(new Feynman17(rand.Next())); 51 descriptorList.Add(new Feynman18(rand.Next())); 52 descriptorList.Add(new Feynman19(rand.Next())); 53 descriptorList.Add(new Feynman20(rand.Next())); 54 descriptorList.Add(new Feynman21(rand.Next())); 55 descriptorList.Add(new Feynman22(rand.Next())); 56 descriptorList.Add(new Feynman23(rand.Next())); 57 descriptorList.Add(new Feynman24(rand.Next())); 58 descriptorList.Add(new Feynman25(rand.Next())); 59 descriptorList.Add(new Feynman26(rand.Next())); 60 descriptorList.Add(new Feynman27(rand.Next())); 61 descriptorList.Add(new Feynman28(rand.Next())); 62 descriptorList.Add(new Feynman29(rand.Next())); 63 descriptorList.Add(new Feynman30(rand.Next())); 64 descriptorList.Add(new Feynman31(rand.Next())); 65 descriptorList.Add(new Feynman32(rand.Next())); 66 descriptorList.Add(new Feynman33(rand.Next())); 67 descriptorList.Add(new Feynman34(rand.Next())); 68 descriptorList.Add(new Feynman35(rand.Next())); 69 descriptorList.Add(new Feynman36(rand.Next())); 70 descriptorList.Add(new Feynman37(rand.Next())); 71 descriptorList.Add(new Feynman38(rand.Next())); 72 descriptorList.Add(new Feynman39(rand.Next())); 73 descriptorList.Add(new Feynman40(rand.Next())); 74 descriptorList.Add(new Feynman41(rand.Next())); 75 descriptorList.Add(new Feynman42(rand.Next())); 76 descriptorList.Add(new Feynman43(rand.Next())); 77 descriptorList.Add(new Feynman44(rand.Next())); 78 descriptorList.Add(new Feynman45(rand.Next())); 79 descriptorList.Add(new Feynman46(rand.Next())); 80 descriptorList.Add(new Feynman47(rand.Next())); 81 descriptorList.Add(new Feynman48(rand.Next())); 82 descriptorList.Add(new Feynman49(rand.Next())); 83 descriptorList.Add(new Feynman50(rand.Next())); 84 descriptorList.Add(new Feynman51(rand.Next())); 85 descriptorList.Add(new Feynman52(rand.Next())); 86 descriptorList.Add(new Feynman53(rand.Next())); 87 descriptorList.Add(new Feynman54(rand.Next())); 88 descriptorList.Add(new Feynman55(rand.Next())); 89 descriptorList.Add(new Feynman56(rand.Next())); 90 descriptorList.Add(new Feynman57(rand.Next())); 91 descriptorList.Add(new Feynman58(rand.Next())); 92 descriptorList.Add(new Feynman59(rand.Next())); 93 descriptorList.Add(new Feynman60(rand.Next())); 94 descriptorList.Add(new Feynman61(rand.Next())); 95 descriptorList.Add(new Feynman62(rand.Next())); 96 descriptorList.Add(new Feynman63(rand.Next())); 97 descriptorList.Add(new Feynman64(rand.Next())); 98 descriptorList.Add(new Feynman65(rand.Next())); 99 descriptorList.Add(new Feynman66(rand.Next())); 100 descriptorList.Add(new Feynman67(rand.Next())); 101 descriptorList.Add(new Feynman68(rand.Next())); 102 descriptorList.Add(new Feynman69(rand.Next())); 103 descriptorList.Add(new Feynman70(rand.Next())); 104 descriptorList.Add(new Feynman71(rand.Next())); 105 descriptorList.Add(new Feynman72(rand.Next())); 106 descriptorList.Add(new Feynman73(rand.Next())); 107 descriptorList.Add(new Feynman74(rand.Next())); 108 descriptorList.Add(new Feynman75(rand.Next())); 109 descriptorList.Add(new Feynman76(rand.Next())); 110 descriptorList.Add(new Feynman77(rand.Next())); 111 descriptorList.Add(new Feynman78(rand.Next())); 112 descriptorList.Add(new Feynman79(rand.Next())); 113 descriptorList.Add(new Feynman80(rand.Next())); 114 descriptorList.Add(new Feynman81(rand.Next())); 115 descriptorList.Add(new Feynman82(rand.Next())); 116 descriptorList.Add(new Feynman83(rand.Next())); 117 descriptorList.Add(new Feynman84(rand.Next())); 118 descriptorList.Add(new Feynman85(rand.Next())); 119 descriptorList.Add(new Feynman86(rand.Next())); 120 descriptorList.Add(new Feynman87(rand.Next())); 121 descriptorList.Add(new Feynman88(rand.Next())); 122 descriptorList.Add(new Feynman89(rand.Next())); 123 descriptorList.Add(new Feynman90(rand.Next())); 124 descriptorList.Add(new Feynman91(rand.Next())); 125 descriptorList.Add(new Feynman92(rand.Next())); 126 descriptorList.Add(new Feynman93(rand.Next())); 127 descriptorList.Add(new Feynman94(rand.Next())); 128 descriptorList.Add(new Feynman95(rand.Next())); 129 descriptorList.Add(new Feynman96(rand.Next())); 130 descriptorList.Add(new Feynman97(rand.Next())); 131 descriptorList.Add(new Feynman98(rand.Next())); 132 descriptorList.Add(new Feynman99(rand.Next())); 133 descriptorList.Add(new Feynman100(rand.Next())); 134 47 135 return descriptorList; 48 136 }
Note: See TracChangeset
for help on using the changeset viewer.