This commit is contained in:
2026-07-10 14:53:51 +02:00
parent 998e5d1895
commit 47fbb19761
25 changed files with 3805 additions and 1564 deletions

View File

@@ -40,12 +40,11 @@ class Strategy:
execution_time = end_time - start_time
# Log to the strategy's specific file
'''
Util.log_metric(
log_file=log_file,
execution_time=execution_time
)
'''
print(f"[{self.strategy_name}] Completed in {execution_time:.6f} seconds. Saved to {log_file}")