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

add timestamp to measurements and delay start (dragoon/komodo!111)

- add a timestamp to all the measurements of the _diversity_ from `inbreeding/mod.rs`
- allow to delay the measurement starts with `--measurement-schedule-start`, to help completing already existing measurements

> :exclamation: **Important**  
> existing measurement files will have to change shape from
> ```
> table<strategy: string, diversity: list<float>>
> ```
> to
> ```
> table<strategy: string, diversity: table<t: int, diversity: float>>
> ```
parent d039128d
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment