Tags: SciCompMod/memilio
Tags
468 ABM parameter study (#1395) - Refactor ParameterStudy, so it can use any parameter type and more generic simulations. - Add example for an ABM study. - Update python bindings, behavior is mostly unchanged. Co-authored-by: Sascha Korf <[email protected]> Co-authored-by: annawendler <[email protected]> Co-authored-by: MaxBetz <[email protected]>
1306 Added extensive documentation (#1314) Added extensive documentation of the MEmilio framework. Co-authored-by: Martin Kühn <[email protected]> Co-authored-by: Kilian Volmer <[email protected]> Co-authored-by: Sascha Korf <[email protected]> Co-authored-by: reneSchm <[email protected]> Co-authored-by: jubicker <[email protected]> Co-authored-by: Carlotta Gerstein <[email protected]> Co-authored-by: Anna Wendler <[email protected]> Co-authored-by: Daniel Richter <[email protected]> Co-authored-by: MaxBetz <[email protected]> Co-authored-by: David Kerkmann <[email protected]>
1021 Error when compiling on Mac with new boost (#1146) - Change compiler flag disabling warnings from boost depending on Clang version. - Treat compiler ID "AppleClang" as "Clang" and warn about it. - Change two occurrences of vector\<bool\> to array to sidestep a libc++ extension for const bool references in vector.
936 implement the class infectionstate of the lct model more efficien… …tly (#941) - LctInfectionState is now a class template and has only static members (variables and functions). More computation is now done at compile time. - LctInfectionState can be used by various LCT models (not just SECIR models). Co-authored-by: reneSchm <[email protected]>