Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/21 19:12:31 (4 years ago)
Author:
gkronber
Message:

#3106 initial import of code (translated from HL script)

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  
    128128    <Compile Include="BaselineClassifiers\OneRClassificationSolution.cs" />
    129129    <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" />
    130139    <Compile Include="CrossValidation.cs">
    131140      <SubType>Code</SubType>
     
    377386      <Private>False</Private>
    378387    </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>
    379392    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    380393      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
     
    480493    </Reference>
    481494  </ItemGroup>
     495  <ItemGroup />
    482496  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    483497  <!-- 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.