Skip to content

Bugfixes

Compare
Choose a tag to compare
@teubert teubert released this 19 May 19:28
· 1247 commits to master since this release
96a1e01

Fixed bugs:

  • State estimators would sometimes use incorrect ordering in state keys, result was that states would be swapped
  • Monte Carlo Predictor multithreading relied on function attributes- this broke down if you have more than one monte carlo running concurrently, and in some complex models (observed in the new EOL/EOD model on prog_models).

This release completely removes multithreading in the monte carlo until a more reliable solution can be identified