Martin J. Kühn

Results 33 issues of Martin J. Kühn

Hi, some time ago, the clang-format extension was available for VSCodium. However, this is not true anymore . According to https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions-marketplace I'd like to > Ask the extension maintainers to...

# Changes and Information Please **briefly list the changes** made, additional Information and what the Reviewer should look out for: - Add clustering for NPI data set ## Merge Request...

In #894, dynamic optimization through automatic differentiation was introduced for a first particular ODE-based model. However, dynamic optimization needed to be deactivated in the windows CI. This is due to...

prio::moderate
loc::continuous integration
model::ode
class::improvement

# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Rename delay_lockdown and make it a DynamicNPIsImplementationDelay Parameter - Harmonize SECIR...

In https://bmcinfectdis.biomedcentral.com/articles/10.1186/s12879-022-07302-9, we considered different delays in NPI implementation which was hardcoded and can be found in: https://github.com/SciCompMod/memilio/blob/8ddb863051a43028c7d0fcdacdd1176db64ee488/cpp/models/ode_secirvvs/model.h#L649C16-L649C30 This value should be made a parameter and made available for other...

loc::backend
model::ode
class::improvement

For all models, we should add parameters that describe the multiplicative factor used for the TestAndTraceCapacity as we use different realizations in secir and secirvvs simulations. This is inconsistent but...

prio::moderate
model::ode
class::improvement

In https://github.com/SciCompMod/memilio/tree/main/pycode/memilio-simulation/memilio/simulation, the secir model is still named `secir.py` instead of `osecir.py`. I do not know how much this deviation of the new style is existent in the code itself....

loc::python interface
model::ode

### Feature description In order to assess to sensitivity of the agent-based model with respect to the input parameters, we want to include automatic differentation. As the ABM outputs are...

class::feature
prio::low
loc::backend
model::abm

### Bug description `pip install .` for `memilio-simulation` fails on windows whole `pip install -e .[dev]` passes. `pip install .` on ubuntu passes. ### Version Windows ### To reproduce 1....

class::bug
loc::python interface

In the current implementation of face masks, we allow for persons deciding not to wear masks even if face masks are mandatory. However, in these cases they are rejected at...

loc::backend
model::abm