Changeset 12571 for branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/RandomLayerProcessor.cs
- Timestamp:
- 07/02/15 11:52:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/RandomLayerProcessor.cs
r12142 r12571 33 33 [Item("RandomLayerProcessor", "An operator which applies a specified operator on a random selected sub-scope (layer).")] 34 34 [StorableClass] 35 public class RandomLayerProcessor : SingleSuccessorOperator, IStochasticOperator {35 public sealed class RandomLayerProcessor : SingleSuccessorOperator, IStochasticOperator { 36 36 private OperatorParameter OperatorParameter { 37 37 get { return (OperatorParameter)Parameters["Operator"]; }
Note: See TracChangeset
for help on using the changeset viewer.