Commit cea74d7
authored
Add almost-infinite scenario with Clark2Dt dispersal (#273)
Co-authored-by: Nicolás Firbas <nicolas.firbas@gmail.com>
* Sketch out Clark scenario code skeleton
* Implement Clark2Dt dispersal using inverse sampling
* Implement Clark2Dt self-dispersal probability using numerical integration
* Generalise Clark2Dt to p/=0 + add tests
* Make p=1 the default
* Merge spatially explicit scenario configs
* Merge the Clark2Dt scenario into the AlmostInfinite scenario
* Enable circle and rectangle origin sampling for both Normal and Clark2Dt dispersal in the AlmostInfinite scenario
* Switch to using cuda-toolkit action in CI1 parent cad7c26 commit cea74d7
File tree
57 files changed
+2016
-481
lines changed- .github/workflows
- docs
- necsim
- core
- bond/src
- maths/src
- src/landscape
- impls
- cuda/src/cogs
- no-std/src
- cogs
- active_lineage_sampler/alias/sampler
- indexed
- stack
- dispersal_sampler
- in_memory
- alias
- cumulative
- packed_alias
- separable_alias
- habitat
- maths
- origin_sampler
- singleton_demes
- turnover_rate
- decomposition
- equal
- rustcoalescence
- algorithms/cuda
- cpu-kernel
- src
- scenarios
- src
- almost_infinite
- spatially_explicit
- turnover
- src
- args/config
- cli/simulate/dispatch/valid
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+2016
-481
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
57 | 54 | | |
58 | 55 | | |
59 | 56 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
68 | 62 | | |
69 | 63 | | |
70 | 64 | | |
| |||
99 | 93 | | |
100 | 94 | | |
101 | 95 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
110 | 101 | | |
111 | 102 | | |
112 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments