diff --git a/doc/source/implementing-strategies.rst b/doc/source/implementing-strategies.rst
index a6a98797a7b9..3f11e8a25c26 100644
--- a/doc/source/implementing-strategies.rst
+++ b/doc/source/implementing-strategies.rst
@@ -137,6 +137,16 @@ The Flower server calls these methods in the following order:
end
+ Note left of S: Centralized
Evaluation
+ rect rgb(249, 219, 130)
+
+ S->>Strategy: evaluate
+ activate Strategy
+ Strategy-->>S: Centralized evaluation result
+ deactivate Strategy
+
+ end
+
Note left of S: Federated
Evaluation
rect rgb(249, 219, 130)
@@ -162,16 +172,6 @@ The Flower server calls these methods in the following order:
end
- Note left of S: Centralized
Evaluation
- rect rgb(249, 219, 130)
-
- S->>Strategy: evaluate
- activate Strategy
- Strategy-->>S: Centralized evaluation result
- deactivate Strategy
-
- end
-
Note left of S: Next round, continue
with federated training
The following sections describe each of those methods in more detail.