Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/12/20 17:06:04 (4 years ago)
Author:
dpiringe
Message:

#3026:

  • added new converter: BatchRunConverter, ExperimentConverter
  • fixed a bug with the path of the .hl file in JCGenerator
  • fixed a bug with a redundant search for a suitable converter in JsonItemConverter
  • added a restriction for TargetVariable and AllowedInputVariables in RegressionProblemDataConverter
  • removed unnecessary code in Runner
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.App/Runner.cs

    r17519 r17540  
    5151          if (configuredResults.Contains(res.Key)) {
    5252            if (res.Value is ISymbolicRegressionSolution solution) {
    53               /* TEST */
    54               var csFormatter = new CSharpSymbolicExpressionTreeStringFormatter();
    55               File.WriteAllText(@"C:\Workspace\output\csFormatted.cs", csFormatter.Format(solution.Model.SymbolicExpressionTree));
    56               /* END TEST */
    5753              var formatter = new SymbolicDataAnalysisExpressionMATLABFormatter();
    5854              var x = formatter.Format(solution.Model.SymbolicExpressionTree);
Note: See TracChangeset for help on using the changeset viewer.