-
Hi there,
In the evaporation_noaa() function, lines 822 - 825, there is this check:
` if self.elements.age_seconds[surface].min() > 3600 * 24:
logger.debug('All surface oil ele…
-
- [ ] Run multiple bidders simulation where bids are placed at the same time. Each bid in this scenario will be the output of our best performing single agent bidder, perturbed with random noise to si…
-
Hi all,
I was just wondering if there were any plans to implement SSAs for dealing with stiff systems, like implicit tau-leaping [1, 2] or the slow-scale SSA [3]? I saw that @ChrisRackauckas mentio…
-
ARCADE v3 currently does not implement the death age rules that were used in ARCADE v2. To match the previous implementation:
- `PatchCell` needs to check for death due to age
- `PatchCellCancerSt…
-
With some forms of simulation stochasticity, the numbers of individuals in each state needs to be rounded
- [ ] What is the specific use case?
- [ ] Priority is to figure out the priority of these…
-
In release notes we say "Statistics displayed and exported for multiple trajectory stochastic simulations". In fact, we just run and display an average. The code was written by Frank and it stores ave…
-
```
dsii_dwarfs/tests/test_simulation.py F [100%]
808
809=================================== FAILURES ===================================
810____________________ …
-
It seems that simulation results are not strictly deterministic.
Running the exact same scenario twice produces subtly different cloth meshes.
What is the source of this stochasticity?
We are cur…
-
**Submitting author:** @janfb (Jan Boelts)
**Repository:** https://github.com/sbi-dev/sbi
**Branch with paper.md** (empty if default branch): joss-submission-2024
**Version:** v0.23.2
**Editor:** Pend…
-
HARK does not work unless it can replicate certain substantive economic results.
Currently, some of these tests (in deterministic cases) are intermingled with unit tests and run automatically.
F…