#1787 closed enhancement (rejected)
Set the parallel engine as default for new EngineAlgorithms
Reported by: | mkommend | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Optimization | Version: | 3.3.7 |
Keywords: | Cc: |
Description
The sequential engine is currently set as default for new algorithms. It would be better to use the parallel engine instead, to automatically use multiple cores for algorithm execution.
Change History (2)
comment:1 Changed 12 years ago by gkronber
- Resolution set to rejected
- Status changed from new to closed
comment:2 Changed 12 years ago by swagner
- Version changed from 3.3.6 to 3.3.7
Note: See
TracTickets for help on using
tickets.
This issue was discussed in the architects meeting and it was decided that setting the engine to ParallelEngine by default can lead to unexpected results especially for inexperienced users. Thus, it was decided use the SequentialEngine by default.