Changeset 12915 for trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/BreathFirstMapper.cs
- Timestamp:
- 08/27/15 10:20:09 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/BreathFirstMapper.cs
r12012 r12915 59 59 /// <param name="genotype">integer vector, which should be mapped to a tree</param> 60 60 /// <returns>phenotype (a symbolic expression tree)</returns> 61 public override SymbolicExpressionTree Map(IRandom random, IntMatrix bounds, int length,61 public override ISymbolicExpressionTree Map(IRandom random, IntMatrix bounds, int length, 62 62 ISymbolicExpressionGrammar grammar, 63 63 IntegerVector genotype) {
Note: See TracChangeset
for help on using the changeset viewer.