Rev | Line | |
---|
[10269] | 1 | using System.Collections.Generic;
|
---|
| 2 | using HeuristicLab.Core;
|
---|
[16565] | 3 | using HEAL.Attic;
|
---|
[10269] | 4 |
|
---|
| 5 | namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
|
---|
[16565] | 6 | [StorableType("c4de8ab2-616d-4c73-9f9c-59545ac38199")]
|
---|
[10269] | 7 | public interface ISymbolicExpressionTreeNodeSimilarityComparer : IEqualityComparer<ISymbolicExpressionTreeNode>, IItem {
|
---|
| 8 | bool MatchConstantValues { get; set; }
|
---|
| 9 | bool MatchVariableWeights { get; set; }
|
---|
| 10 | bool MatchVariableNames { get; set; }
|
---|
| 11 | }
|
---|
| 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.