Changeset 17848
- Timestamp:
- 02/25/21 19:12:31 (4 years ago)
- Location:
- branches/3106_AnalyticContinuedFractionsRegression
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3106_AnalyticContinuedFractionsRegression/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj
r17812 r17848 128 128 <Compile Include="BaselineClassifiers\OneRClassificationSolution.cs" /> 129 129 <Compile Include="BaselineClassifiers\ZeroR.cs" /> 130 <Compile Include="ContinuedFractionRegression\NelderMeadSimplex.cs" /> 131 <Compile Include="ContinuedFractionRegression\NumUtilsTest.cs" /> 132 <Compile Include="ContinuedFractionRegression\Problem.cs" /> 133 <Compile Include="ContinuedFractionRegression\ObjFunctionNelderMead.cs" /> 134 <Compile Include="ContinuedFractionRegression\RegressionResult.cs" /> 135 <Compile Include="ContinuedFractionRegression\SimplexConstant.cs" /> 136 <Compile Include="ContinuedFractionRegression\Tests.cs" /> 137 <Compile Include="ContinuedFractionRegression\Transformation.cs" /> 138 <Compile Include="ContinuedFractionRegression\Vector.cs" /> 130 139 <Compile Include="CrossValidation.cs"> 131 140 <SubType>Code</SubType> … … 377 386 <Private>False</Private> 378 387 </ProjectReference> 388 <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj"> 389 <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project> 390 <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name> 391 </ProjectReference> 379 392 <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj"> 380 393 <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project> … … 480 493 </Reference> 481 494 </ItemGroup> 495 <ItemGroup /> 482 496 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 483 497 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/3106_AnalyticContinuedFractionsRegression/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj
r16565 r17848 115 115 <ItemGroup> 116 116 <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" /> 117 <Compile Include="InteractiveSymbolicExpressionTreeChart.cs"> 118 <SubType>UserControl</SubType> 119 </Compile> 117 <Compile Include="InteractiveSymbolicExpressionTreeChart.cs" /> 120 118 <Compile Include="InteractiveSymbolicExpressionTreeChart.Designer.cs"> 121 119 <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon> … … 146 144 <DependentUpon>GraphicalSymbolicDataAnalysisModelView.cs</DependentUpon> 147 145 </Compile> 148 <Compile Include="Symbols\ConstantView.cs"> 149 <SubType>UserControl</SubType> 150 </Compile> 146 <Compile Include="Symbols\ConstantView.cs" /> 151 147 <Compile Include="Symbols\ConstantView.Designer.cs"> 152 148 <DependentUpon>ConstantView.cs</DependentUpon> 153 149 </Compile> 154 <Compile Include="Symbols\LaggedVariableView.cs"> 155 <SubType>UserControl</SubType> 156 </Compile> 150 <Compile Include="Symbols\LaggedVariableView.cs" /> 157 151 <Compile Include="Symbols\LaggedVariableView.Designer.cs"> 158 152 <DependentUpon>LaggedVariableView.cs</DependentUpon> 159 153 </Compile> 160 <Compile Include="Symbols\TimeLagView.cs"> 161 <SubType>UserControl</SubType> 162 </Compile> 154 <Compile Include="Symbols\TimeLagView.cs" /> 163 155 <Compile Include="Symbols\TimeLagView.Designer.cs"> 164 156 <DependentUpon>TimeLagView.cs</DependentUpon> 165 157 </Compile> 166 <Compile Include="Symbols\VariableConditionView.cs"> 167 <SubType>UserControl</SubType> 168 </Compile> 158 <Compile Include="Symbols\VariableConditionView.cs" /> 169 159 <Compile Include="Symbols\VariableConditionView.Designer.cs"> 170 160 <DependentUpon>VariableConditionView.cs</DependentUpon> 171 161 </Compile> 172 <Compile Include="Symbols\VariableView.cs"> 173 <SubType>UserControl</SubType> 174 </Compile> 162 <Compile Include="Symbols\VariableView.cs" /> 175 163 <Compile Include="Symbols\VariableView.Designer.cs"> 176 164 <DependentUpon>VariableView.cs</DependentUpon>
Note: See TracChangeset
for help on using the changeset viewer.