drbenvincent / darc_toolbox

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

more robust trial incrementing #5

Closed drbenvincent closed 6 years ago

drbenvincent commented 6 years ago

At the moment we manually increment the trial counter in the design object in get_next_design. This is not necessarily the most sensible thing, because this code may well be edited. So we either need:

So...