Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sick-bees
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EcoEpi
sick-bees
Graph
main
Select Git revision
Branches
11
flowering-periods
initial-prototype
protected
main
default
protected
multi-species-raster
niche-overlap-results
population-dynamics
refill-interval
restore-state
sampling-with-adhoc-action
update-diet-breadth-results
update-random
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Jul
26
Apr
6
5
30
Mar
23
8
10
Feb
3
27
Jan
18
13
15
Dec
3
30
Nov
24
23
4
2
19
Oct
1
7
Sep
12
Aug
11
3
28
Jul
30
Jun
29
26
25
23
22
16
15
14
13
11
10
1
20
May
6
26
Apr
13
12
6
5
29
Mar
28
26
23
21
20
19
11
2
8
Feb
4
1
21
Jan
18
14
12
11
15
Dec
14
9
8
27
Nov
23
19
12
Oct
9
7
28
Sep
26
24
22
21
20
10
7
31
Aug
29
19
18
17
11
3
1
31
Jul
30
28
27
23
20
9
7
6
5
4
3
2
1
26
Jun
21
20
19
18
16
15
14
11
9
8
5
4
3
2
31
May
28
27
26
24
23
22
20
19
18
15
11
9
8
7
6
5
4
1
28
Apr
Extend the sample helper to support ad-hoc actions like externally modifying the world state.
sampling-with-a…
sampling-with-adhoc-action
Add initialiser to produce new insects at constant rate.
population-dyna…
population-dynamics
Use the ID of the insects to track whether they died and must be removed from the simulation.
Add population observer to prepare for explicit population dynamics.
Properly initialize the NextId generator will the last ID used during model initialization.
main
main
Make use of multiple raster layers to have different distributions for different plant species.
multi-species-r…
multi-species-raster
Prepare raster library for multiple layers.
Garbage collect flower contaminators before writing world state to disk.
restore-state
restore-state
WIP: Move the flower_contaminators into each FlowerPatch to be able to trace through save/restore cycles.
WIP: Move DES events from Model to World so that the time evolution can be resumed.
WIP: Move Model::visited_flowers into World to make it available for save/restore.
Support restoring the world state by setting the RESTORE_PATH environment variable.
Actually use Hashbrown in the measurements now that it is part of our dependencies.
Fix missing save/restore of World::observers field.
Only create initial node additions if tracing temporal network is actually enabled.
Unbox the next ID generator as we cannot properly restore a boxed closure.
Add flag to sampling effects experiment to load landscape file from canonical path.
Add weights for EUNIS types based on French flower survey.
Add a simple measurement for aggregate flower visitation rates.
Use a slightly more robust code pattern for restoring boxed slices.
Use a more redundant format for the node replacements that is however not affected by the lack of event ordering between subworlds.
Extend the temporal network binary format to include node addition and removal.
Bump Hashbrown dependency to 0.12 and make it available to the measurements.
Extend temporal network to track the node set in addition to the edges.
Fix left over text fragment from refactoring.
Add backup slides on niche overlap.
Another talk on (the lack of) modelling progress.
Add experiment 'contact_network.rs'
Bump depdenencies and toolchain version.
Add specific flowering periods to be able to investigate directionality in the transmisson networks.
flowering-periods
flowering-periods
Update paper draft to align with update data set.
update-diet-bre…
update-diet-breadth-results
Update results of diet breadth experiment after fixing K-D tree look-up.
Commit survey results for investigation into niche overlap.
niche-overlap-r…
niche-overlap-results
Add new reference on comparing transmission pathways.
Revert microarch bump to Skylake as there are still Broadwell nodes in the system.
Since the EVE renewal, we can target Skylake instead of Broadwell as the oldest relevant microarchitecture.
Bump locked dependency and compiler version.
Use the full precision when storing temporal network node identifiers as some scenarios require it.
Make tracing the temporal network optional as it has a significant computational cost.
Use denser flat maps instead of hash tables for the inner level of the flower contaminators.
Loading