Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/21/19 16:14:49 (5 years ago)
Author:
dpiringe
Message:

#3026 fixed a bug with path generation

File:
1 edited

Legend:

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

    r17330 r17339  
    1414      IAlgorithm alg = instantiator.Instantiate(template, config);
    1515 
    16       //alg.Start();
    1716      Task task = alg.StartAsync();
    1817      while(!task.IsCompleted) {
    1918        WriteResultsToFile(outputFile, alg);
    20         Thread.Sleep(1000);
     19        Thread.Sleep(100);
    2120      }
    2221      WriteResultsToFile(outputFile, alg);
Note: See TracChangeset for help on using the changeset viewer.