Changeset 15189 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorButLastExpressions.cs
- Timestamp:
- 07/10/17 21:36:03 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/VectorButLastExpressions.cs
r15032 r15189 25 25 vectorStack.Top = vectorStack.Top 26 26 .Take(vectorStack.Top.Count - 1) 27 .To Array();27 .ToList(); 28 28 } 29 29 }
Note: See TracChangeset
for help on using the changeset viewer.