- Timestamp:
- 04/29/19 15:04:12 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs
r16565 r16873 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.