Skip to content
Snippets Groups Projects
Unverified Commit 6b72191f authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

update documentation

parent a0e52e95
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,18 @@ ...@@ -5,7 +5,18 @@
/// # Example /// # Example
/// ```shell /// ```shell
/// ./scripts/inbreeding/build.nu /// ./scripts/inbreeding/build.nu
/// ./scripts/inbreeding/run.nu --output data/inbreeding.nuon /// let opts = {
/// nb_bytes: (10 * 1_024),
/// k: 10,
/// n: 20,
/// nb_measurements: 10,
/// nb_scenarii: 100,
/// measurement_schedule: 1,
/// max_t: 150,
/// strategies: ["single:10", "single:5", "single:1", "single:2"],
/// environment: "fixed:1",
/// }
/// use ./scripts/inbreeding/run.nu; run --output data/inbreeding.nuon --options $opts
/// ./scripts/inbreeding/plot.nu data/inbreeding.nuon --save ~/inbreeding.pdf /// ./scripts/inbreeding/plot.nu data/inbreeding.nuon --save ~/inbreeding.pdf
/// ``` /// ```
use std::process::exit; use std::process::exit;
......
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