Changeset 15344 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StatelessExpression.cs
- 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/Expressions/StatelessExpression.cs
r15032 r15344 2 2 using System; 3 3 4 using HeuristicLab.Common; 4 5 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 5 6 … … 16 17 [StorableConstructor] 17 18 protected StatelessExpression(bool deserializing) : base(deserializing) { } 19 20 protected StatelessExpression(StatelessExpression origin, Cloner cloner) : base(origin, cloner) { } 18 21 19 22 public override int GetHashCode() {
Note: See TracChangeset
for help on using the changeset viewer.