Changeset 10859 for trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Compiler/LinearInstruction.cs
- Timestamp:
- 05/19/14 13:33:29 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Compiler/LinearInstruction.cs
r9828 r10859 25 25 public class LinearInstruction : Instruction { 26 26 public double value; 27 public bytechildIndex;27 public int childIndex; 28 28 public bool skip; 29 29 }
Note: See TracChangeset
for help on using the changeset viewer.