- Timestamp:
- 07/22/19 14:15:55 (5 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk merged: 16872-16873,16875,16890
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs
r17097 r17149 23 23 using System.Diagnostics.Contracts; 24 24 using System.Linq; 25 using HEAL.Attic; 25 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Core; … … 29 30 using HeuristicLab.Optimization; 30 31 using HeuristicLab.Parameters; 31 using HEAL.Attic;32 32 33 33 … … 128 128 g.AddTerminalSymbols(new string[] { "Move", "Left", "Right" }); 129 129 base.Encoding = new SymbolicExpressionTreeEncoding(g, 20, 10); 130 base.Encoding.GrammarParameter.ReadOnly = true; 130 131 } 131 132
Note: See TracChangeset
for help on using the changeset viewer.