Centralised simulations¶
Parameter-server distributed SGD simulation.
Each synchronous round follows the same pattern:
Honest workers compute a gradient on their local data shard.
Byzantine workers craft adversarial gradients.
The aggregator combines all \(n\) gradients into a single update.
The aggregated update is applied via an SGD step.