Changeset 17848 for branches/3106_AnalyticContinuedFractionsRegression/HeuristicLab.Algorithms.DataAnalysis
- Timestamp:
- 02/25/21 19:12:31 (4 years ago)
- Location:
- branches/3106_AnalyticContinuedFractionsRegression/HeuristicLab.Algorithms.DataAnalysis/3.4
- Files:
-
- 10 added
- 1 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.
Note: See TracChangeset
for help on using the changeset viewer.