We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0df405 commit 405540cCopy full SHA for 405540c
varipeps/optimization/optimizer.py
@@ -1022,7 +1022,7 @@ def random_noise(a):
1022
1023
step_str = f"{float(linesearch_step):0.8f}" if linesearch_step is not None else "None"
1024
logger.info(
1025
- "📉 Step %d | Energy: %.8f | Retries: %d | Conv: %.3e | Line search step: %s | Max. trunc. err.: %.3e | Runtime: %.3f",
+ "📉 Step %d | Energy: %.8f | Retries: %d | Conv: %.3e | Line search step: %s | Max. trunc. err.: %.3e | Runtime: %.0f sec",
1026
int(count),
1027
float(working_value),
1028
int(random_noise_retries),
0 commit comments