From a0e4da055d6f3ed4983d38d528dbbbdf5e1986e9 Mon Sep 17 00:00:00 2001 From: kngwyu Date: Fri, 13 Sep 2024 19:38:08 +0900 Subject: [PATCH] Try more harsh birth and death fn --- config/bd/20240913-selg-a16-d1.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/bd/20240913-selg-a16-d1.toml diff --git a/config/bd/20240913-selg-a16-d1.toml b/config/bd/20240913-selg-a16-d1.toml new file mode 100644 index 0000000..455aaba --- /dev/null +++ b/config/bd/20240913-selg-a16-d1.toml @@ -0,0 +1,15 @@ +birth_fn = "emevo.birth_and_death.SlopeELBirth" +hazard_fn = "emevo.birth_and_death.SlopeELGHazard" + +[hazard_params] +scale = 0.01 +alpha = 0.02 +slope = 0.2 +alpha_age = 1e-6 +beta = 4e-6 + +[birth_params] +scale = 1e-3 +slope = 0.4 +delay = 10.0 +const = 0.0 \ No newline at end of file