Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
YamLyubov committed Aug 4, 2023
1 parent f70c9de commit aec8c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions golem/core/tuning/tuner_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def _single_obj_final_check(self, tuned_graph: OptGraph):
f'worse than initial (+ {self.deviation}% deviation) {abs(init_metric):.3f}')
final_graph = self.init_graph
final_metric = self.init_metric
self.obtained_metric = final_metric
self.log.message(f'Final graph: {graph_structure(final_graph)}')
if final_metric is not None:
self.log.message(f'Final metric: {abs(final_metric):.3f}')
Expand Down

0 comments on commit aec8c8d

Please sign in to comment.