Last change
on this file since 18030 was
17843,
checked in by dpiringe, 4 years ago
|
#3026
- removed property ConvertableType from all converters
- removed the option to fixate or loosen the path of JsonItems (obsolete)
- added a abstract formatter SymbolicRegressionSolutionFormatterBase as base formatter for ISymbolicRegressionSolution
- unified the construction of exporter controls
- code cleanup
|
File size:
414 bytes
|
Line | |
---|
1 | using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
|
---|
2 | using HeuristicLab.Problems.DataAnalysis.Symbolic;
|
---|
3 |
|
---|
4 | namespace HeuristicLab.JsonInterface {
|
---|
5 | public class MatlabResultFormatter : SymbolicRegressionSolutionFormatterBase {
|
---|
6 | protected override ISymbolicExpressionTreeStringFormatter SymbolicExpressionTreeStringFormatter
|
---|
7 | => new SymbolicDataAnalysisExpressionMATLABFormatter();
|
---|
8 | }
|
---|
9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.