import numpy as np
# Active Observer Design / Gauge Breaking benchmark.
# Utility:
# U(m)=|h_m(z_hat)-h_m(-z_hat)|/sigma
# Choose the candidate measurement maximizing separation of current global hypotheses.
print("See active_observer_design_gauge_breaking_report.md for the completed benchmark.")
