Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17848


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

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

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  
    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.
  • branches/3106_AnalyticContinuedFractionsRegression/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r16565 r17848  
    115115  <ItemGroup>
    116116    <Compile Include="Exporters\SymbolicSolutionExcelExporter.cs" />
    117     <Compile Include="InteractiveSymbolicExpressionTreeChart.cs">
    118       <SubType>UserControl</SubType>
    119     </Compile>
     117    <Compile Include="InteractiveSymbolicExpressionTreeChart.cs" />
    120118    <Compile Include="InteractiveSymbolicExpressionTreeChart.Designer.cs">
    121119      <DependentUpon>InteractiveSymbolicExpressionTreeChart.cs</DependentUpon>
     
    146144      <DependentUpon>GraphicalSymbolicDataAnalysisModelView.cs</DependentUpon>
    147145    </Compile>
    148     <Compile Include="Symbols\ConstantView.cs">
    149       <SubType>UserControl</SubType>
    150     </Compile>
     146    <Compile Include="Symbols\ConstantView.cs" />
    151147    <Compile Include="Symbols\ConstantView.Designer.cs">
    152148      <DependentUpon>ConstantView.cs</DependentUpon>
    153149    </Compile>
    154     <Compile Include="Symbols\LaggedVariableView.cs">
    155       <SubType>UserControl</SubType>
    156     </Compile>
     150    <Compile Include="Symbols\LaggedVariableView.cs" />
    157151    <Compile Include="Symbols\LaggedVariableView.Designer.cs">
    158152      <DependentUpon>LaggedVariableView.cs</DependentUpon>
    159153    </Compile>
    160     <Compile Include="Symbols\TimeLagView.cs">
    161       <SubType>UserControl</SubType>
    162     </Compile>
     154    <Compile Include="Symbols\TimeLagView.cs" />
    163155    <Compile Include="Symbols\TimeLagView.Designer.cs">
    164156      <DependentUpon>TimeLagView.cs</DependentUpon>
    165157    </Compile>
    166     <Compile Include="Symbols\VariableConditionView.cs">
    167       <SubType>UserControl</SubType>
    168     </Compile>
     158    <Compile Include="Symbols\VariableConditionView.cs" />
    169159    <Compile Include="Symbols\VariableConditionView.Designer.cs">
    170160      <DependentUpon>VariableConditionView.cs</DependentUpon>
    171161    </Compile>
    172     <Compile Include="Symbols\VariableView.cs">
    173       <SubType>UserControl</SubType>
    174     </Compile>
     162    <Compile Include="Symbols\VariableView.cs" />
    175163    <Compile Include="Symbols\VariableView.Designer.cs">
    176164      <DependentUpon>VariableView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.