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.
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.