include run_anyway
in output
This commit is contained in:
parent
200d6c000d
commit
91b167992a
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ if __name__ == "__main__":
|
||||||
s = "s" if before - after != 1 else ""
|
s = "s" if before - after != 1 else ""
|
||||||
print(f"Pruned {before - after} unwanted optimizer{s}.")
|
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_obj = len(objectives)
|
||||||
n_opt = len(optimizers)
|
n_opt = len(optimizers)
|
||||||
print(f"Optimizing {n_obj} objectives{ms} with {n_opt} optimizers...")
|
print(f"Optimizing {n_obj} objectives{ms} with {n_opt} optimizers...")
|
||||||
|
|
Loading…
Add table
Reference in a new issue