drbenvincent / darc_toolbox

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

Deal with front-end delays #20

Closed drbenvincent closed 5 years ago

drbenvincent commented 5 years ago

One of the consequences of this is that we can no longer plot in the same way. My favoured way of plotting data was to plot each design (ie pair of prospects) as a single point. But this is not possible to (as far as I can tell) when there is a front end delay. Therefore we need to do something else...

Also...

drbenvincent commented 5 years ago

Dealing with designs with front end delays (DA>0) was not a problem, but now we have some testing code for that (NOT proper unit tests).

Plus, we have extracted the data plotting from the DARCDesign class and now we have a little module for plotting of all_data.

drbenvincent commented 5 years ago

What I have now is pretty good. There is plenty of scope to improve the data plotting, but this can happen in good time.