Skip to content

Releases: MBB-team/VBA-toolbox

Fast display

05 Apr 15:25
072682f
Compare
Choose a tag to compare
  • Fixes various bugs and issues
  • Improves speed, especially of display
  • Add new demo of 4 bandit task + Kalman filter (Daw et al 06)
  • Add VBA_zscore

The big refactor (again)

30 Aug 14:05
03faf82
Compare
Choose a tag to compare

Used the wrong merge option for 1.9...

The big refactor

30 Aug 08:59
6fe4cc4
Compare
Choose a tag to compare
  • ! Deprecation of 'options.binomial' flag. Use 'options.sources.type' instead (same flag values).

  • Major restructuring of the toolbox:

    • rationalization of the folders
    • systematic renaming with the 'VBA_' prefix (with backward compatibility)
    • thematic reorganization of the demos
    • better encapsulation of third party code
  • Performance tuning, in particular of the display functions. Inversion should be much faster now...

  • Refactoring of numerous functions, with improved documentation. In particular:

    • all sigmoid functions now captured by VBA_sigmoid
    • unified random number generation with VBA_random
  • Smarter defaults, eg. when guessing model or source dimensions.

  • Cleaner display, normalized across Matlab version

  • Initial set of unit tests to ensure code stability

  • Lots of cleaning and documenting

  • Minor bug fixes