Changeset 15344 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration
- Timestamp:
- 08/29/17 18:05:17 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushConfiguration.cs
r15341 r15344 44 44 public PushConfiguration(PushConfiguration origin, Cloner cloner) : base(origin, cloner) { 45 45 Parameters = cloner.Clone(origin.Parameters); 46 FloatStringFormat = origin.FloatStringFormat; 46 47 } 47 48
Note: See TracChangeset
for help on using the changeset viewer.