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.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj

    r852 r1245  
    6969    </Compile>
    7070    <Compile Include="HeuristicLabGPTimeSeriesPlugin.cs" />
     71    <Compile Include="OffspringSelectionGP.cs" />
    7172    <Compile Include="ProfitEvaluator.cs" />
    7273    <Compile Include="Properties\AssemblyInfo.cs" />
     74    <Compile Include="StandardGP.cs" />
    7375    <Compile Include="TheilInequalityCoefficientEvaluator.cs" />
    7476  </ItemGroup>
     
    98100      <Name>HeuristicLab.GP</Name>
    99101    </ProjectReference>
     102    <ProjectReference Include="..\HeuristicLab.Operators\HeuristicLab.Operators.csproj">
     103      <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>
     104      <Name>HeuristicLab.Operators</Name>
     105    </ProjectReference>
    100106    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    101107      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
Note: See TracChangeset for help on using the changeset viewer.