Update README.md
Browse files
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 |
+

|
| 36 |
+
|
| 37 |
+
|
| 38 |
```mermaid
|
| 39 |
flowchart TD
|
| 40 |
%% Define classes with light pastel fills, complementary borders, and dark text for contrast
|