Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/11 17:14:02 (13 years ago)
Author:
cneumuel
Message:

#1233

  • improved the way jobs are downloaded by ExperimentManager and HiveEngine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ExperimentManager/OptimizerHiveJob.cs

    r6033 r6111  
    2626using HeuristicLab.Collections;
    2727using HeuristicLab.Common;
     28using HeuristicLab.Hive;
    2829using HeuristicLab.Optimization;
    2930using HeuristicLab.PluginInfrastructure;
     
    169170    ///   add the runs from the optimizerJob to the batchrun and replace the Optimizer
    170171    /// </summary>
    171     public void UpdateChildOptimizer(OptimizerJob optimizerJob, Guid childJobId) {
     172    public override void IntegrateChild(ItemJob job, Guid childJobId) {
     173      var optimizerJob = (OptimizerJob)job;
    172174      syncJobsWithOptimizers = false; // don't sync with optimizers during this method
    173175
Note: See TracChangeset for help on using the changeset viewer.