Changeset 18056 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/ResultCollectionProcessors/RunCollectionSRSolutionGraphVizFormatter.cs
- Timestamp:
- 09/17/21 16:25:19 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/ResultCollectionProcessors/RunCollectionSRSolutionGraphVizFormatter.cs
r18055 r18056 9 9 [StorableType("55A9B87B-65AC-4160-ACA0-53FD1EBB1AB7")] 10 10 public class RunCollectionSRSolutionGraphVizFormatter : RunCollectionSRSolutionFormatter { 11 protected override ISymbolicExpressionTreeStringFormatter Formatter => 12 new Symbolic DataAnalysisExpressionLatexFormatter();11 protected override ISymbolicExpressionTreeStringFormatter Formatter => 12 new SymbolicExpressionTreeGraphvizFormatter(); 13 13 14 14 #region Constructors & Cloning
Note: See TracChangeset
for help on using the changeset viewer.