Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/08/09 16:25:57 (15 years ago)
Author:
gkronber
Message:

Fixed bugs in CEDMA cockpit:

  • Runs were started for target variables that are turned off
  • Runs were started for deterministic algorithms with the same setting (when using time series settings)

#676 Cockpit for the CEDMA Server to control algorithm settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs

    r2391 r2422  
    101101              try {
    102102                IEngine finishedEngine = jobManager.EndExecuteEngine(finishedResult);
    103                 SetResults(finishedEngine.GlobalScope, finishedAlgorithm.Engine.GlobalScope);
    104                 StoreResults(finishedAlgorithm);
     103                 SetResults(finishedEngine.GlobalScope, finishedAlgorithm.Engine.GlobalScope);
     104                 StoreResults(finishedAlgorithm);
    105105              }
    106106              catch (Exception badEx) {
Note: See TracChangeset for help on using the changeset viewer.