nicksexton / taskswitching

My PhD work on interactive activation models of human task switching. Implementation in C with interfaces in Python and R. Published in Sexton & Cooper (2017), Cognitive Psychology
0 stars 0 forks source link

refactor under PdpTaskStore #21

Open nicksexton opened 10 years ago

nicksexton commented 10 years ago

create PdpProcedure as container object both for task store and current path as this structure applies to all pdp models (non-gui, general). Create a source file (pdp_procedure)?

Change all code referring to current_path so that all functions work as access functions on pdp_procedure. Encapsulate some of the messiness that is going on here.