remove irrelevant info from print
This commit is contained in:
parent
953f522360
commit
9618061bd3
1 changed files with 0 additions and 1 deletions
|
@ -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})"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue