unlearning done

This commit is contained in:
2026-06-27 20:38:17 +02:00
parent c4fdc034b2
commit 0680a920ff
11 changed files with 307 additions and 740 deletions

View File

@@ -45,4 +45,7 @@ def _initialize_log_file(log_file):
def log_metric(log_file, execution_time: float):
"""Appends the execution time to this strategy's specific file."""
with open(log_file, "a") as f:
f.write(f"{execution_time:.6f}\n")
f.write(f"{execution_time:.6f}\n")