Changeset 18149 for branches/3136_Structural_GP/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 12/16/21 14:57:58 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3136_Structural_GP/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeSimilarityComparer.cs
r18146 r18149 6 6 [StorableType("c4de8ab2-616d-4c73-9f9c-59545ac38199")] 7 7 public interface ISymbolicExpressionTreeNodeSimilarityComparer : IEqualityComparer<ISymbolicExpressionTreeNode>, IItem { 8 bool Match ParameterValues { get; set; }8 bool MatchNumericValues { get; set; } 9 9 bool MatchVariableWeights { get; set; } 10 10 bool MatchVariableNames { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.