Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/01/19 13:03:13 (5 years ago)
Author:
msemenki
Message:

#2988: Add Model Symbol Frequency Analyzer and Model's Clusters Frequency Analyzer. Fix Bag's with Keys. Fix changing during mutation for Variables Types in SubModels .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2988_ModelsOfModels2/HeuristicLab.Algorithms.EMM/EMMSolution.cs

    r16722 r16734  
    2626// Can be deleted potnetinaly
    2727namespace HeuristicLab.Algorithms.EvolvmentModelsOfModels {
     28  [StorableType("AB38211D-5F52-4420-A606-1C3CB58BA27C")]
    2829  public interface IEMMSolution : IItem {
    2930    IItem Individual { get; set; }
     
    3132  }
    3233  [Item("EMMSolution", "Represents a solution inside the EMM population")]
    33   [StorableType("708BDF29-AD3F-4AFC-83AE-551A27FF45A0")]
     34  [StorableType("C0E63430-5000-4592-BBE4-2D3E0EE1AE3F")]
    3435  public class EMMSolution : Item, IEMMSolution {
    3536    [Storable]
     
    6970  }
    7071  [Item("EMMSolution", "Represents a solution inside the EMM population")]
    71   [StorableType("36929CD1-63A5-4270-8C65-2A8177BCA0AE")]
     72  [StorableType("559EA31B-2263-4233-900C-EC62120EE580")]
    7273  public class EMMSolution<T> : EMMSolution where T : class, IItem {
    7374    public new T Individual {
Note: See TracChangeset for help on using the changeset viewer.