Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Last modified 8 years ago

#2507 closed enhancement

Open ExternalEvaluationProblem for extension — at Initial Version

Reported by: pfleck Owned by: pfleck
Priority: medium Milestone: HeuristicLab 3.3.13
Component: Problems.ExternalEvaluation Version: 3.3.12
Keywords: Cc:

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.