Changeset 13386 for branches/PersistenceOverhaul/HeuristicLab.Operators
- Timestamp:
- 11/24/15 18:24:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Operators/3.3/StochasticMultiBranch.cs
r13368 r13386 35 35 /// </summary> 36 36 [Item("StochasticMultiBranch", "Selects one of its branches (if there are any) given a list of relative probabilities.")] 37 [StorableClass("7 DE99E47-6B7D-4AE3-A8B8-0D7C9B82F3EE")]37 [StorableClass("7FF6CB0B-F831-4A97-A8D3-40EBF6BE78B6")] 38 38 public abstract class StochasticMultiBranch<T> : CheckedMultiOperator<T> where T : class, IOperator { 39 39 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.