Skip to content
Snippets Groups Projects
Verified Commit a6cb84c9 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

update README commands

parent 5dafc825
No related branches found
No related tags found
1 merge request!124complete experiment dump paths with k, n, ...
Pipeline #5295 passed
......@@ -36,6 +36,6 @@ inbreeding build
inbreeding run --options $OPTS --prng-seed $PRNG_SEED
```
```bash
let experiment = $"($PRNG_SEED)-($OPTS.environment)"
let experiment = $"($PRNG_SEED)-($OPTS.environment)-($OPTS.k)-($OPTS.n)-($OPTS.nb_bytes)"
inbreeding load $experiment | inbreeding plot --options { k: $OPTS.k }
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment