Skip to content

Commit

Permalink
Try more harsh birth and death fn
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Sep 13, 2024
1 parent e8abc45 commit a0e4da0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/bd/20240913-selg-a16-d1.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a0e4da0

Please sign in to comment.