Releases: MBB-team/VBA-toolbox
Releases · MBB-team/VBA-toolbox
Fast display
- 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)
Used the wrong merge option for 1.9...
The big refactor
-
! 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