Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/21 16:25:19 (3 years ago)
Author:
dpiringe
Message:

#3026

  • fixed a wrong description for the invert parameter in RunCollectionValueRemover
  • fixed the usage of a wrong formatter in RunCollectionSRSolutionGraphVizFormatter
  • fixed a bug in ListJsonItem where an empty guid field can cause an exception
  • started to rework the RegressionProblemDataConverter -> it causes a bug with the symbol Variable of the TypeCorherentGrammar (maybe more grammars)
    • the reasons for the rework: this converter was already the source of some problems in the past; it uses a lot of reflection and dynamic objects -> it is very complicated to read/understand
  • added an official description property Description in the metadata part of a template + entry in Constants.cs
File:
1 edited

Legend:

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

    r18055 r18056  
    88    internal const string TemplateName = "TemplateName";
    99    internal const string HLFileLocation = "HLFileLocation";
     10    internal const string OptimizerDescription = "OptimizerDescription";
    1011    internal const string Parameters = "Parameters";
    1112    internal const string Results = "Results";
     
    1516      '" + Metadata + @"': {
    1617        '" + TemplateName + @"':'',
    17         '" + HLFileLocation + @"':''
     18        '" + HLFileLocation + @"':'',
     19        '" + OptimizerDescription + @"':''
    1820      },
    1921      '" + Parameters + @"': [],
Note: See TracChangeset for help on using the changeset viewer.