PIELab / behaviorSim_web

:thought_balloon: GUI for creating Human Behavior Models
http://pielab.github.io/behaviorSim_web/
GNU General Public License v2.0
0 stars 0 forks source link

formulation object should be more similar in structure to assumption #37

Open 7yl4r opened 10 years ago

7yl4r commented 10 years ago
formulation = {
    calculator : function(){},
    arguments: {"thing": 1, "thing2": "apple"}

just like the assumption objects. This will make code less redundant. In reference to Simulator.coffee in particular.