Update crates
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -14,11 +14,17 @@ harness = false
|
||||
approx = { version = "0.5.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4"
|
||||
plotters = { version = "0.3.4", default-features = false, features = ["svg_backend", "all_elements", "all_series"] }
|
||||
plotters-backend = "0.3.4"
|
||||
time = { version = "0.3.17", features = ["parsing"] }
|
||||
criterion = "0.5"
|
||||
plotters = { version = "0.3", default-features = false, features = ["svg_backend", "all_elements", "all_series"] }
|
||||
plotters-backend = "0.3"
|
||||
time = { version = "0.3", features = ["parsing"] }
|
||||
trueskill-tt = { path = ".", features = ["approx"] }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[profile.bench]
|
||||
debug = true
|
||||
|
||||
[profile.dev]
|
||||
debug = true
|
||||
|
||||
15
NOTEPAD.md
Normal file
15
NOTEPAD.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# History
|
||||
|
||||
```shell
|
||||
teams: [[player]]
|
||||
weights: [[f64]]
|
||||
results: [f64]
|
||||
|
||||
player: (gaussian, f64, f64)
|
||||
|
||||
players: [player]
|
||||
weights: [f64]
|
||||
|
||||
|
||||
teams: [([(player, weight)], result)]
|
||||
```
|
||||
Reference in New Issue
Block a user