Changeset 15366 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views
- Timestamp:
- 09/17/17 23:27:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramTreeView.cs
r15032 r15366 55 55 return EmptyList; 56 56 57 return string.Format(PushProgramStringFormat, program.Total ExpressionCount, program.Depth);57 return string.Format(PushProgramStringFormat, program.TotalInstructionCount, program.Depth); 58 58 } 59 59
Note: See TracChangeset
for help on using the changeset viewer.