Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Selection/3.3/EvolutionStrategyOffspringSelector.cs

    r13368 r14711  
    3232namespace HeuristicLab.Selection {
    3333  [Item("EvolutionStrategyOffspringSelector", "Selects among the offspring population those that are designated successful and discards the unsuccessful offspring, except for some lucky losers. It expects the parent scopes to be below the first sub-scope, and offspring scopes to be below the second sub-scope separated again in two sub-scopes, the first with the failed offspring and the second with successful offspring.")]
    34   [StorableClass("AFB6B53C-2010-4681-BF17-5989F77B576F")]
     34  [StorableType("AFB6B53C-2010-4681-BF17-5989F77B576F")]
    3535  public class EvolutionStrategyOffspringSelector : SingleSuccessorOperator {
    3636
Note: See TracChangeset for help on using the changeset viewer.