Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10154


Ignore:
Timestamp:
11/25/13 16:06:19 (10 years ago)
Author:
ascheibe
Message:

#2117 activated automatic parallelization of batchruns in Hive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/Tasks/OptimizerTask.cs

    r10150 r10154  
    5353      : base(optimizer) {
    5454
    55       if (optimizer is Experiment) {
     55      if (optimizer is Experiment || optimizer is BatchRun) {
    5656        this.ComputeInParallel = true;
    57       } else if (optimizer is BatchRun) {
    58         this.ComputeInParallel = false;
    5957      } else {
    6058        this.ComputeInParallel = false;
Note: See TracChangeset for help on using the changeset viewer.