cnn training stats on dash

This commit is contained in:
Dobromir Popov
2025-07-24 14:28:28 +03:00
parent 5437495003
commit b3edd21f1b
5 changed files with 131 additions and 24 deletions

View File

@ -6,6 +6,14 @@ system:
log_level: "INFO" # DEBUG, INFO, WARNING, ERROR
session_timeout: 3600 # Session timeout in seconds
# Cold Start Mode Configuration
cold_start:
enabled: true # Enable cold start mode logic
inference_interval: 0.5 # Inference interval (seconds) during cold start
training_interval: 2 # Training interval (seconds) during cold start
heavy_adjustments: true # Allow more aggressive parameter/training adjustments
log_cold_start: true # Log when in cold start mode
# Exchange Configuration
exchanges:
primary: "bybit" # Primary exchange: mexc, deribit, binance, bybit