Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/BreathFirstMapper.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/BreathFirstMapper.cs
r14185 r14927 29 29 using HeuristicLab.Encodings.IntegerVectorEncoding; 30 30 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 31 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;31 using HeuristicLab.Persistence; 32 32 33 33 namespace HeuristicLab.Problems.GrammaticalEvolution { … … 36 36 /// </summary> 37 37 [Item("BreathFirstMapper", "Resolves the non-terminal symbols of the resulting phenotypic syntax tree in a breath-first manner.")] 38 [Storable Class]38 [StorableType("0f191d0e-6cb6-4546-a2b5-352147431ff3")] 39 39 public class BreathFirstMapper : GenotypeToPhenotypeMapper { 40 40
Note: See TracChangeset
for help on using the changeset viewer.