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
This commit is part of merge request !124. Comments created here will be created in the context of that merge request.
...@@ -36,6 +36,6 @@ inbreeding build ...@@ -36,6 +36,6 @@ inbreeding build
inbreeding run --options $OPTS --prng-seed $PRNG_SEED inbreeding run --options $OPTS --prng-seed $PRNG_SEED
``` ```
```bash ```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 } 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