Skip to content

add timestamp to measurements and delay start

STEVAN Antoine requested to merge inbreeding into main
  • 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

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>>
Edited by STEVAN Antoine

Merge request reports