config: production min_epochs_before_stopping 100→80

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-29 18:23:53 +02:00
parent ae704a7b73
commit 99cf25fd20

View File

@@ -42,7 +42,7 @@ per_beta_start = 0.4
[early_stopping]
enabled = true
patience = 20
min_epochs_before_stopping = 100
min_epochs_before_stopping = 80
[experience]
initial_capital = 100000.0