remove irrelevant info from print

This commit is contained in:
Connor Olding 2023-05-14 02:23:08 -07:00
parent 953f522360
commit 9618061bd3

View File

@ -424,7 +424,6 @@ def main(argv, display=True):
if display and not old_summary:
print(
f"\n\033[1malternatively scored optimizers:\033[m"
f" (awards={place_scores})"
f" (obj={len(objectives)}, opt={len(optimizers)})"
f" (dims={size}, evals={budget})"
)