Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs @ 14929

Last change on this file since 14929 was 14929, checked in by gkronber, 7 years ago

#2520 fixed unit tests for new persistence: loading & storing all samples

File size: 300 bytes
Line 
1using System.Collections.Generic;
2using HeuristicLab.Persistence;
3
4namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
5  [StorableType("92217826-de61-479e-beda-aaa1ae47d6cd")]
6  public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> { }
7}
Note: See TracBrowser for help on using the repository browser.