#2507 closed enhancement (done)
Open ExternalEvaluationProblem for extension
Reported by: | pfleck | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.13 |
Component: | Problems.ExternalEvaluation | Version: | 3.3.12 |
Keywords: | Cc: |
Description (last modified by pfleck)
An older tutorial of the external evaluation shows the possibility of extending the quality message via Protocol Buffers extensions. However, the tutorial used an older version of the external evaluation framework from HL that allowed to extend an ExternalEvaluator. Since remodeling the ExternalEvaluationProblem with the BasicProblem the functionality of the ExternalEvaluator moved into the ExternalEvaluationProblem but the ExternalEvaluationProblem is sealed and some methods are private.
In order to make use of the Protocol Buffers extensions the ExternalEvaluationProblem must be unsealed.
This ticket must be released before #1674.
Change History (6)
comment:1 Changed 9 years ago by pfleck
- Status changed from new to accepted
comment:2 Changed 9 years ago by pfleck
comment:3 Changed 9 years ago by pfleck
- Description modified (diff)
- Owner changed from pfleck to abeham
- Status changed from accepted to reviewing
comment:5 Changed 9 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r13131 Unsealed ExternalEvaluationProblem and made GetQualityMessageExtensions virtual.