Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/09 22:44:07 (16 years ago)
Author:
gkronber
Message:

implemented hard-coded GP with offspring selection for regression problems. #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/HeuristicLab.GP.StructureIdentification.csproj

    r1052 r1201  
    7272    <Compile Include="Constant.cs" />
    7373    <Compile Include="FunctionLibraryInjector.cs" />
     74    <Compile Include="OffspringSelectionGP.cs" />
     75    <Compile Include="OffSpringSelectionGpEditor.cs">
     76      <SubType>UserControl</SubType>
     77    </Compile>
     78    <Compile Include="OffSpringSelectionGpEditor.Designer.cs">
     79      <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
     80    </Compile>
    7481    <Compile Include="StandardGpEditor.cs">
    7582      <SubType>UserControl</SubType>
     
    161168      <Name>HeuristicLab.Random</Name>
    162169    </ProjectReference>
     170    <ProjectReference Include="..\HeuristicLab.Selection.OffspringSelection\HeuristicLab.Selection.OffspringSelection.csproj">
     171      <Project>{205898D3-2717-4686-AF17-52409B7EC0C6}</Project>
     172      <Name>HeuristicLab.Selection.OffspringSelection</Name>
     173    </ProjectReference>
    163174    <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj">
    164175      <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
     
    171182  </ItemGroup>
    172183  <ItemGroup>
     184    <EmbeddedResource Include="OffSpringSelectionGpEditor.resx">
     185      <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
     186    </EmbeddedResource>
    173187    <EmbeddedResource Include="StandardGpEditor.resx">
    174188      <DependentUpon>StandardGpEditor.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.