This commit is contained in:
Dobromir Popov
2025-07-28 22:09:15 +03:00
parent bc4b72c6de
commit a341fade80
4 changed files with 4329 additions and 2395 deletions

View File

@ -167,10 +167,10 @@ orchestrator:
input_size: 128 # Size of input features for decision fusion network
hidden_size: 256 # Hidden layer size
history_length: 20 # Number of recent decisions to include
training_interval: 100 # Train decision fusion every N decisions
training_interval: 10 # Train decision fusion every 10 decisions in programmatic mode
learning_rate: 0.001 # Learning rate for decision fusion network
batch_size: 32 # Training batch size
min_samples_for_training: 50 # Minimum samples before training starts
min_samples_for_training: 20 # Lower threshold for faster training in programmatic mode
# Training Configuration
training: