Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#1072 closed feature request (rejected)

Implement OptimizerRunner

Reported by: mkommend Owned by: swagner
Priority: high Milestone: HeuristicLab 3.3.0
Component: Optimization.Views Version: 3.3
Keywords: Cc:

Description

The OptimizerRunner should be an additional view to execute optimizers without showing them explicitly. It only needs start, pause, stop and prepare button to handle the execution. Additionally it would be very nice to be able to specify how many optimizers should run parallel (e.g. number of cores) and an estimation of the remaining execution time.

Change History (7)

comment:1 Changed 14 years ago by swagner

Instead of implementing an OptimizerRunner as a specialized view for executing optimizers (i.e. for executing an Experiment) I recommend to enable hiding the details part in collection views. This would enable us to hide the details of all optimizer in the ExperimentView and an additional OptimizerRunner therefore would not be necessary.

I created ticket #1095 for this enhancement.

comment:2 Changed 14 years ago by swagner

Showing and hiding details in collection views has been implemented (cf. ticket #1095).

comment:3 Changed 14 years ago by swagner

Providing an estimation for the remaining execution time of an experiment is very hard as there are some algorithms (e.g. OSGA) for which the number of iterations is not known a priori. Therefore I do not think that this enhancement is worth the effort.

comment:4 Changed 14 years ago by swagner

Providing a possibility for the user to choose how many optimizers of an experiment should be started in parallel is a good idea. I created ticket #1102 for this enhancement.

comment:5 Changed 14 years ago by swagner

  • Resolution set to wontfix
  • Status changed from new to closed

comment:6 Changed 13 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 13 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.