Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/04/09 16:12:31 (15 years ago)
Author:
gkronber
Message:
  • Moved DatasetShuffler from plugin HeuristicLab.GP.StructureIdentification.Classification to plugin HeuristicLab.DataAnalysis.
  • Added variants of StandardGP and OffspringSelectionGP for Classification and time-series analysis.

#224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj

    r894 r1245  
    7171    <Compile Include="Dataset.cs" />
    7272    <Compile Include="DatasetParser.cs" />
     73    <Compile Include="DatasetShuffler.cs" />
    7374    <Compile Include="DatasetView.cs">
    7475      <SubType>UserControl</SubType>
     
    9798      <Name>HeuristicLab.Data</Name>
    9899    </ProjectReference>
     100    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
     101      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
     102      <Name>HeuristicLab.Operators</Name>
     103    </ProjectReference>
    99104    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    100105      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    101106      <Name>HeuristicLab.PluginInfrastructure</Name>
     107    </ProjectReference>
     108    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
     109      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
     110      <Name>HeuristicLab.Random</Name>
    102111    </ProjectReference>
    103112  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.