16 lines
178 B
Markdown
16 lines
178 B
Markdown
# History
|
|
|
|
```shell
|
|
teams: [[player]]
|
|
weights: [[f64]]
|
|
results: [f64]
|
|
|
|
player: (gaussian, f64, f64)
|
|
|
|
players: [player]
|
|
weights: [f64]
|
|
|
|
|
|
teams: [([(player, weight)], result)]
|
|
```
|