-
### Describe the feature
Description:
Currently, our application visualizes population dynamics using discrete numbers, which may not provide the most intuitive understanding of population changes o…
-
This code implements the evolutionary prisoner's dilemma from [Kristian Lindgren](https://publications.lib.chalmers.se/records/fulltext/140676/local_140676.pdf).
The slight difference in this code is…
clemp updated
2 years ago
-
- use some (but not all) neocortex WSE hours to collect missing data
- the major extending step is to move from explicitly enforcing distance from fitness peak to implicitly creating it via magnitude…
-
Beast/Food simulations should be able to mirror Pred/Prey (Feast/Famine) population models with right parameterization. Currently, population seems to converge to carrying capacity.
-
Since Chapter 8 accounts for population dynamics but not endogenous labor, I presume we're going to have to solve the household's optimization problem and obtain the FOCs on our own. u(c) would actua…
-
[Edit 2019-08-03]
Still available / desired:
- [ ] Add Wright-Fisher process as a population dynamic
- [ ] Add Link Dynamics / Active linking Moran variants
- [ ] Support dynamic population si…
-
### Description
As discussed in the [pull request #148](https://github.com/NOAA-FIMS/collaborative_workflow/pull/148), we will move the description of FIMS folders from the 07-contributor-guide to th…
-
![image](https://github.com/user-attachments/assets/9736fa0a-7f94-48bd-807b-d5eb97424dbf)
![image](https://github.com/user-attachments/assets/56d0f34e-ebf2-4bc3-8499-651524959ee7)
Can you give m…
-
Following up from our discussion today, we will continue expanding on the PVA for fishing cat.
Currently, it employs the simplest model for population dynamics over 2-year time steps, which uses esti…
-
to replicate:
import pyNN.spiNNaker as sim
sim.setup(1.0)
stim = sim.Population(9, sim.SpikeSourceArray(range(10)), label="stim")
pop = sim.Population(9, sim.IF_curr_exp(), label="pop_1")
s…