Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/27/09 15:42:04 (15 years ago)
Author:
epitzer
Message:

Migration of DataAnalysis, GP, GP.StructureIdentification and Modeling to new Persistence-3.3 (#603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/3.4/OffspringSelectionGP.cs

    r1857 r1914  
    3636using HeuristicLab.Selection.OffspringSelection;
    3737using HeuristicLab.Evolutionary;
     38using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3839
    3940namespace HeuristicLab.GP.StructureIdentification {
     41
     42  [EmptyStorableClass]
    4043  public class OffspringSelectionGP : StandardGP {
    4144    public override string Name { get { return "OffspringSelectionGP"; } }
Note: See TracChangeset for help on using the changeset viewer.