You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expanding the parameter space causes simulation errors that need to be fixed:
fix seed
bugs due to expansion of the parameter space
ArgumentError: weights cannot contain Inf or NaN values (domarriages) -- due to high number of children
person to marry not the oldest within his/her household (probably due to step siblings) -- temporary solution till missing consistency checking #7
people may live much longer and input data is ready only till age 160 - temporary solution
no single women available causes errors for marriages
Formula for death rate lead to errors -- adhoc solution
Morris indices w.r.t. the output ratio of children in population produce Inf or Nan - error was due to relative scaling
bugs / inaccuracies related to multithreading
global variables cause troubles in multithreading environments
non-deterministic behaviour due to default random number generator depending on hidden global variable -- random number generation allows reproducibility in multithreading environment
global variables may impact runtime performance in multithreading
at least in OAT algorithm, different number of threads deliver different results (p.s. the different results are still correct due to nondeterminism across different number of threads, but the behaviour remains deterministic with the same number of threads)
The text was updated successfully, but these errors were encountered:
expanding the parameter space causes simulation errors that need to be fixed:
The text was updated successfully, but these errors were encountered: