victorbarres / TCG_SALVIA

Template Construction Grammar: A Computational CxG for the Schema Architecture Language Vision InterAction cognitive model (SALVIA)
0 stars 1 forks source link

Random seed not handled properly #26

Closed victorbarres closed 8 years ago

victorbarres commented 8 years ago

The system is not deterministic for a given random seed given in test_TCG_production.py.

Need to fix that! I need to be able to work with a deterministic system when needed.

victorbarres commented 8 years ago

Fixed! Random.seed(seed) added in all the test models. Would be better to integrated that within the model instantiation though...