drbenvincent / darc_toolbox

Run adaptive decision making experiments
MIT License
16 stars 2 forks source link

Refactor Model classes #63

Closed drbenvincent closed 5 years ago

drbenvincent commented 5 years ago

In order to make the model code more generic, and enable easier implementation of BAD for other experimental domains, then I need a slight refactor of the models.

Model base class

All concrete models inheriting from Model

Dealing with choice functions

Some method renaming, for convenience

Cleaning up