Changeset 16573 for addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/PopDist
- Timestamp:
- 01/28/19 18:10:11 (6 years ago)
- Location:
- addons/HeuristicLab.FitnessLandscapeAnalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.FitnessLandscapeAnalysis
- Property svn:ignore
-
old new 3 3 *.user 4 4 *.suo 5 packages
-
- Property svn:ignore
-
addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/PopDist/PopulationDistributionAnalyzer.cs
r8172 r16573 31 31 using HeuristicLab.Parameters; 32 32 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 33 using HEAL.Attic; 33 34 34 35 namespace HeuristicLab.Analysis.FitnessLandscape { 35 36 36 37 [Item("PopulationDistributionAnalyzer", "An operator that analyzes the distribution of fitness values")] 37 [Storable Class]38 [StorableType("B2AD2ACD-FCEA-4D05-856B-63D88F521642")] 38 39 public class PopulationDistributionAnalyzer : AlgorithmOperator, IAnalyzer { 39 40 public bool EnabledByDefault { … … 72 73 73 74 [StorableConstructor] 74 protected PopulationDistributionAnalyzer( bool deserializing) : base(deserializing) { }75 protected PopulationDistributionAnalyzer(StorableConstructorFlag _) : base(_) { } 75 76 protected PopulationDistributionAnalyzer(PopulationDistributionAnalyzer original, Cloner cloner) : base(original, cloner) { } 76 77
Note: See TracChangeset
for help on using the changeset viewer.