Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/BreathFirstMapper.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/BreathFirstMapper.cs
r13368 r14711 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("05FA9F8E-5BA7-463C-886B-3BE28EA9EB43")]38 [StorableType("05FA9F8E-5BA7-463C-886B-3BE28EA9EB43")] 39 39 public class BreathFirstMapper : GenotypeToPhenotypeMapper { 40 40
Note: See TracChangeset
for help on using the changeset viewer.