Opened 13 years ago
Last modified 13 years ago
#1600 closed enhancement
Ensemble solution are evaluated twice on creation — at Initial Version
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.DataAnalysis | Version: | 3.3.6 |
Keywords: | Cc: |
Description
RegressionEnsembleSolutions and ClassificationEnsembleSolutions are derived from the according base class (RegressionSolution or ClassificationSolution) and their results are calculated in the base class constructor. As the evaluation works differently in ensemble solutions the results must be recalculated which leads to another evaluation of the training and test samples that can be quiet costly.
Note: See
TracTickets for help on using
tickets.