- Timestamp:
- 07/26/10 16:18:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Symbols/InvokeFunction.cs
r4068 r4106 32 32 public sealed class InvokeFunction : ReadOnlySymbol { 33 33 public const string InvokeFunctionName = "InvokeFunction"; 34 public const string InvokeFunctionDescription = "Symbol that the invo kation of another function.";34 public const string InvokeFunctionDescription = "Symbol that the invocation of another function."; 35 35 public override bool CanChangeName { 36 36 get {
Note: See TracChangeset
for help on using the changeset viewer.