source:
stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs
@
17573
Last change on this file since 17573 was 17097, checked in by mkommend, 5 years ago | |
---|---|
File size: 286 bytes |
Line | |
---|---|
1 | using System.Collections.Generic; |
2 | using HEAL.Attic; |
3 | |
4 | namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { |
5 | [StorableType("7d8c5996-ca0b-4168-bc29-090cd196f83e")] |
6 | public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> { } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.