Changeset 14744 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/Expression.cs
- Timestamp:
- 03/10/17 21:42:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/Expression.cs
r14733 r14744 24 24 } 25 25 26 public abstract voidEval(IPushInterpreter interpreter);26 public abstract bool Eval(IPushInterpreter interpreter); 27 27 28 28 public override string ToString() {
Note: See TracChangeset
for help on using the changeset viewer.