Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/20 17:19:05 (4 years ago)
Author:
dpiringe
Message:

#3026:

  • moved from usage of IAlgorithm to IOptimizer (in JCGenerator and JsonTemplateInstantiator)
  • added new converter: AlgorithmConverter
File:
1 edited

Legend:

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

    r17379 r17395  
    1212
    1313    internal const string Metadata = "Metadata";
    14     internal const string Algorithm = "Algorithm";
     14    internal const string Optimizer = "Optimizer";
    1515    internal const string Problem = "Problem";
    1616    internal const string HLFileLocation = "HLFileLocation";
     
    1919    internal const string Template = @"{
    2020      '" + Metadata + @"': {
    21         '" + Algorithm + @"':'',
     21        '" + Optimizer + @"':'',
    2222        '" + Problem + @"':'',
    2323        '" + HLFileLocation + @"':''
Note: See TracChangeset for help on using the changeset viewer.