Changeset 12049 for branches/SymbolicExpressionTreeDiversityAnalyzers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/TreeMatching/SymbolicExpressionTreeBottomUpSimilarityCalculator.cs
- Timestamp:
- 02/21/15 15:55:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SymbolicExpressionTreeDiversityAnalyzers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/TreeMatching/SymbolicExpressionTreeBottomUpSimilarityCalculator.cs
r12028 r12049 60 60 61 61 public override double CalculateSolutionSimilarity(IScope leftSolution, IScope rightSolution) { 62 if (leftSolution == rightSolution) 63 return 1.0; 64 62 65 var t1 = leftSolution.Variables[SolutionVariableName].Value as ISymbolicExpressionTree; 63 66 var t2 = rightSolution.Variables[SolutionVariableName].Value as ISymbolicExpressionTree;
Note: See TracChangeset
for help on using the changeset viewer.