Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/22/11 13:54:31 (14 years ago)
Author:
cneumuel
Message:

#1233

  • merged changes in hive experiment manager from 3.3 (more reliable and efficient downloading of jobs)
File:
1 edited

Legend:

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

    r5526 r5535  
    114114    }
    115115
    116     //public HiveJob(Job jobDto)
    117     //  : this() {
    118     //  this.Job = jobDto;
    119     //}
    120 
    121     //public HiveJob(LightweightJob lightweightJob)
    122     //  : this() {
    123     //  UpdateFromLightweightJob(lightweightJob);
    124     //}
    125 
    126116    public HiveJob(OptimizerJob optimizerJob, bool autoCreateChildHiveJobs)
    127117      : this() {
     
    145135        this.OptimizerJob = null;
    146136      }
     137      this.childHiveJobs = new ItemList<HiveJob>();
    147138      this.syncJobsWithOptimizers = true;
    148139    }
Note: See TracChangeset for help on using the changeset viewer.