Changeset 15032 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/StringVector
- Timestamp:
- 06/12/17 14:11:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/StringVector/StringVectorConstantsErc.cs
r15017 r15032 15 15 private const string ConstantsParameterName = "Constants"; 16 16 17 public StringVectorConstantsErc() : this( false, 1d) { }17 public StringVectorConstantsErc() : this(true, 1d) { } 18 18 public StringVectorConstantsErc(params string[][] arrays) : this(true, 1d, arrays.Select(x => new StringArray(x)).ToArray()) { } 19 19 public StringVectorConstantsErc(params StringArray[] arrays) : this(true, 1d, arrays) { }
Note: See TracChangeset
for help on using the changeset viewer.