Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs @ 9416

Last change on this file since 9416 was 9416, checked in by bburlacu, 11 years ago

#1772: Fixed serialization of genetic fragments, added interface ISymbolicExpressionTreeNodeSimilarityComparer

File size: 214 bytes
Line 
1using System.Collections.Generic;
2
3namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
4  public interface ISymbolicExpressionTreeNodeComparer : IComparer<ISymbolicExpressionTreeNode> {
5
6  }
7}
Note: See TracBrowser for help on using the repository browser.