# # ChangeLog for branches/HeuristicLab.LinqExpressionTreeInterpreter # # Generated by Trac 1.0.12 # 12/22/24 03:19:03 Mon, 19 Oct 2015 16:17:34 GMT bburlacu [13039] * branches/HeuristicLab.LinqExpressionTreeInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionCompiledTreeInterpreter.cs (modified) * branches/HeuristicLab.LinqExpressionTreeInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/FunctionSymbol.cs (modified) #2442: Very minor changes in the naming of things. Removed readonly ... Mon, 27 Jul 2015 19:39:33 GMT bburlacu [12807] * branches/HeuristicLab.LinqExpressionTreeInterpreter (added) * branches/HeuristicLab.LinqExpressionTreeInterpreter/Build.cmd (added) * branches/HeuristicLab.LinqExpressionTreeInterpreter/HeuristicLab.LinqExpressionTreeInterpreter.sln (added) * branches/HeuristicLab.LinqExpressionTreeInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic (copied) * branches/HeuristicLab.LinqExpressionTreeInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj (modified) * branches/HeuristicLab.LinqExpressionTreeInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/OpCodes.cs (modified) * branches/HeuristicLab.LinqExpressionTreeInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionCompiledTreeInterpreter.cs (added) * branches/HeuristicLab.LinqExpressionTreeInterpreter/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/FunctionSymbol.cs (added) * branches/HeuristicLab.LinqExpressionTreeInterpreter/PreBuildEvent.cmd (added) #2442: Added new interpreter as described above. The new function ...