Changeset 16902 for branches/2931_OR-Tools_LP_MIP/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs
- Timestamp:
- 05/07/19 09:16:04 (6 years ago)
- Location:
- branches/2931_OR-Tools_LP_MIP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP
- Property svn:mergeinfo changed
/trunk merged: 16819-16822,16839,16853,16855-16856,16858,16860-16861,16867-16869,16872-16873,16875,16878,16890,16894
- Property svn:mergeinfo changed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Problems.GeneticProgramming/3.3/ArtificialAnt/Problem.cs
r16720 r16902 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.