Skip to content

Logging of optimiser values #15

Description

@b-eiben

Currently only the final objective function value is being logged on the command line. This is sub-optimal for optimising constraint parameters for instance. The original reg_resp code provided a better output in this regard, but was not implemented into SuPReMo yet due to the split of the various objective function value contributions into separate classes.

Proposal:
Generating a log string for every contribution to the objective function and save this as a last-logged member variable. This can then be accessed by the optimiser and stored along with the best-objective function value.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions