LordofMonarchs commited on
Commit
dfe7c79
·
verified ·
1 Parent(s): 56fc6c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -32,6 +32,9 @@ A ranking system built purely on heuristic scoring rules tends to reward whateve
32
 
33
  The pipeline is split into two phases. The offline phase has no time limit and produces a set of precomputed artifacts. The online phase is what actually runs during the competition's 300 second window, and only touches those artifacts plus the live candidate pool.
34
 
 
 
 
35
  ```mermaid
36
  flowchart TD
37
  %% Define classes with light pastel fills, complementary borders, and dark text for contrast
 
32
 
33
  The pipeline is split into two phases. The offline phase has no time limit and produces a set of precomputed artifacts. The online phase is what actually runs during the competition's 300 second window, and only touches those artifacts plus the live candidate pool.
34
 
35
+ ![App Architecture](architecture.png)
36
+
37
+
38
  ```mermaid
39
  flowchart TD
40
  %% Define classes with light pastel fills, complementary borders, and dark text for contrast