Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Closed 12 years ago

#1884 closed defect (done)

ExecutionTime of Batchruns is wrong if it contains experiments

Reported by: mkommend Owned by: abeham
Priority: high Milestone: HeuristicLab 3.3.7
Component: Optimization Version: 3.3.7
Keywords: Cc:

Description

The execution time of BatchRuns is calculated depending on the time spent in play and all the containing runs and does not work correctly. See the attached sample to reproduce the issue.

Attachments (1)

Batchrun - ExecutionTime test.hl (47.1 KB) - added by mkommend 12 years ago.

Download all attachments as: .zip

Change History (8)

Changed 12 years ago by mkommend

comment:1 Changed 12 years ago by mkommend

  • Owner changed from swagner to mkommend
  • Status changed from new to accepted

comment:2 Changed 12 years ago by mkommend

r8149: Adapted measuring the execution time of BatchRuns to behave in a similar way as it is the case of the Experiment.

comment:3 Changed 12 years ago by mkommend

r8150: Corrected special case in executime calculation of the Batchrun if the inner optimizer is prepared.

Version 0, edited 12 years ago by mkommend (next)

comment:4 Changed 12 years ago by mkommend

  • Owner changed from mkommend to swagner
  • Status changed from accepted to reviewing

comment:5 Changed 12 years ago by abeham

  • Owner changed from swagner to abeham

comment:6 Changed 12 years ago by abeham

  • Status changed from reviewing to readytorelease

I think to make this similar to the Experiment and the Algorithm is the way to go here. Both reset their ExecutionTime upon preparation.

comment:7 Changed 12 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.6 to 3.3.7
Note: See TracTickets for help on using tickets.