Changeset 15289 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushVector.cs
- Timestamp:
- 07/26/17 19:34:13 (7 years ago)
- Location:
- branches/PushGP/HeuristicLab.PushGP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP
-
Property
svn:ignore
set to
*.user
-
Property
svn:ignore
set to
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Encoding/PlushVector.cs
r15275 r15289 26 26 27 27 public PlushVector(PlushVector origin, Cloner cloner) : base(origin, cloner) { 28 entries = new List<PlushEntry>(origin.entries); 29 pushProgram = origin.pushProgram; 28 30 } 29 31
Note: See TracChangeset
for help on using the changeset viewer.