Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/21 16:16:21 (3 years ago)
Author:
dpiringe
Message:

#3026

  • added PythonResultFormatter
  • removed code which was used for debugging and was forgotten
  • fixed the release build path of all JsonInterface projects
  • changed the output of Runner -> now: it writes the results after (at least) one run is finished
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab/3.3/Program.cs

    r18040 r18041  
    2929    static void Main(string[] args) {
    3030      if ((args.Length >= 1) && (args[0] == "/start:JsonInterface")) {
    31         try {
    32           HeuristicLab.PluginInfrastructure.Main.HeadlessRun(args);
    33         } catch (Exception e) {
    34           File.WriteAllText(@"C:\Users\David\Desktop\GP_JsonInterface_Example\log.txt", e.Message);
    35         }
    36         File.WriteAllText(@"C:\Users\David\Desktop\GP_JsonInterface_Example\done.txt", Path.GetDirectoryName(Assembly.GetEntryAssembly().Location));
     31        HeuristicLab.PluginInfrastructure.Main.HeadlessRun(args);
    3732      } else {
    3833        HeuristicLab.PluginInfrastructure.Main.Run(args);
Note: See TracChangeset for help on using the changeset viewer.