Skip to content

Releases: AlexanderFengler/ssm-simulators

v0.7.0

10 Feb 02:26
907b701
Compare
Choose a tag to compare
  • add support for deadlines for all simulators (provide deadline parameter in theta vector/dictionary and supply model name as name_deadline)
  • major refactor of simulator function
  • addition of new simulators for hierarchical decision models
  • simulator returns more derived quantities (choice_p, omission_p, nogo_p ...)
  • dataset generators can now produce training data relevant for cpn, opn, gonogopn networks

v0.6.1

11 Dec 14:38
Compare
Choose a tag to compare
  • allow return_option argument to be set in simulator (can now choose between ram-saving option 'minimal' and 'full' output)
  • add mic2 simulator which allows noise scaling of low dimensional process depending on state of high dimensional process

v0.5.4

07 Dec 16:40
Compare
Choose a tag to compare
  • fix a bug where view was used wrongly in cython code
  • add a few models of the mic2_ornstein and mic2_leak kind

v0.5.1

11 Oct 02:23
Compare
Choose a tag to compare
  • fix random seed setting in simulator for smooth_unif = True setting.

v0.5.0

09 Oct 02:54
Compare
Choose a tag to compare
  • bug fix, negative rts were allowed through random smoothing of rt functions, now generated rts are strictly positive

v0.4.9

07 Oct 15:29
ba39b52
Compare
Choose a tag to compare
Merge pull request #18 from AlexanderFengler/v049

bump version to v049

v.0.4.6

07 Oct 03:31
81d5f82
Compare
Choose a tag to compare

Improve documentation
Fix some naming inconsistencies between models in config and model in simulators

0.4.5

19 Sep 20:40
Compare
Choose a tag to compare
  • fix bug in the simulator function that could execute a faulty if statement

0.4.3

15 Sep 02:21
1f814e2
Compare
Choose a tag to compare
  • unit tests added
  • improvements to Readme
  • simulator function now also accept pd.DataFrame as inputs for parameters

0.4.1

11 Sep 13:16
Compare
Choose a tag to compare
  • change setup to allow automatic publishing