Skip to content

Commit

Permalink
Improve processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gistbatch committed Mar 29, 2024
1 parent b98979a commit 5eed017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/benchmark/heuristic_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _plot_boxplots(
axes[0].set_ylabel(r"Time [$\mu s$]", fontname="Nimbus Roman")

score_data.plot(kind="box", ax=axes[1], **props)
axes[1].set_title("Score", fontname="Nimbus Roman", fontsize=12)
axes[1].set_title("Cost", fontname="Nimbus Roman", fontsize=12)
axes[1].set_ylabel(r"$\mathbf{\Xi}$", fontname="Nimbus Roman")

noise_data.plot(kind="box", ax=axes[2], **props)
Expand All @@ -117,5 +117,5 @@ def _plot_boxplots(

for ax in axes:
ax.set_xticklabels(
["Baseline", "Heuristic", "RL"], fontname="Nimbus Roman", fontsize=10
["Baseline", "Heuristic", "RL*"], fontname="Nimbus Roman", fontsize=10
)

0 comments on commit 5eed017

Please sign in to comment.