Move stuff around
This commit is contained in:
15
NOTEPAD.md
15
NOTEPAD.md
@@ -1,15 +1,8 @@
|
||||
# History
|
||||
|
||||
```shell
|
||||
teams: [[player]]
|
||||
weights: [[f64]]
|
||||
results: [f64]
|
||||
```rust
|
||||
let mut history = History::new();
|
||||
|
||||
player: (gaussian, f64, f64)
|
||||
|
||||
players: [player]
|
||||
weights: [f64]
|
||||
|
||||
|
||||
teams: [([(player, weight)], result)]
|
||||
let agent_a = history.new_agent();
|
||||
let agent_b = history.new_agent_with_prior(Prior::new(Gaussian::default(), BETA, GAMMA));
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user