Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/RunCollectionModification/RunCollectionDiscretizer.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/RunCollectionModification/RunCollectionDiscretizer.cs
r13368 r14711 34 34 "Creates several levels from the distribution of a certain result accross a run collection and " + 35 35 "assigns a discretized value. Non-existing numbers as well as NaN and infinities are excluded from the caluclation.")] 36 [Storable Class("3DDD303F-8A78-4108-9439-441E5AC2523F")]36 [StorableType("3DDD303F-8A78-4108-9439-441E5AC2523F")] 37 37 public class RunCollectionDiscretizer : ParameterizedNamedItem, IRunCollectionModifier { 38 38
Note: See TracChangeset
for help on using the changeset viewer.