include run_anyway in output

This commit is contained in:
Connor Olding 2023-05-04 15:05:10 -07:00
parent 200d6c000d
commit 91b167992a

View File

@ -323,7 +323,7 @@ if __name__ == "__main__":
s = "s" if before - after != 1 else ""
print(f"Pruned {before - after} unwanted optimizer{s}.")
ms = f" ({multiple} times)" if multiple != 1 else ""
ms = f" ({multiple}+{run_anyway-multiple} times)" if multiple != 1 else ""
n_obj = len(objectives)
n_opt = len(optimizers)
print(f"Optimizing {n_obj} objectives{ms} with {n_opt} optimizers...")