Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 18:24:01 (8 years ago)
Author:
ascheibe
Message:

#2520

  • fixed duplicate guids
  • adapted/added unit tests for new persistence
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Operators/3.3/StochasticMultiBranch.cs

    r13368 r13386  
    3535  /// </summary>
    3636  [Item("StochasticMultiBranch", "Selects one of its branches (if there are any) given a list of relative probabilities.")]
    37   [StorableClass("7DE99E47-6B7D-4AE3-A8B8-0D7C9B82F3EE")]
     37  [StorableClass("7FF6CB0B-F831-4A97-A8D3-40EBF6BE78B6")]
    3838  public abstract class StochasticMultiBranch<T> : CheckedMultiOperator<T> where T : class, IOperator {
    3939    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.