Changeset 16462 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicClassificationPruningAnalyzer.cs
- Timestamp:
- 12/28/18 16:10:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicClassificationPruningAnalyzer.cs
r16453 r16462 24 24 using HeuristicLab.Data; 25 25 using HeuristicLab.Parameters; 26 using H euristicLab.Persistence.Default.CompositeSerializers.Storable;26 using HEAL.Fossil; 27 27 28 28 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Classification { 29 29 [Item("SymbolicClassificationPruningAnalyzer", "An analyzer that prunes introns from the population.")] 30 [Storable Class]30 [StorableType("26701D59-DEB6-4CBF-89DC-C5C3F310B634")] 31 31 public sealed class SymbolicClassificationPruningAnalyzer : SymbolicDataAnalysisSingleObjectivePruningAnalyzer { 32 32 private const string PruningOperatorParameterName = "PruningOperator"; … … 43 43 44 44 [StorableConstructor] 45 private SymbolicClassificationPruningAnalyzer( bool deserializing) : base(deserializing) { }45 private SymbolicClassificationPruningAnalyzer(StorableConstructorFlag _) : base(_) { } 46 46 47 47 public SymbolicClassificationPruningAnalyzer() {
Note: See TracChangeset
for help on using the changeset viewer.