cpp-lln-lab / localizer_visual_motion

MIT License
2 stars 9 forks source link

If cfg.dot.staticReSeed is true then present static dots (no re-seed) always in the same position within block, but .... #132

Open marcobarilari opened 1 year ago

marcobarilari commented 1 year ago

isn't it more intuitive:

cfg.dot.staticReSeed = 1 -> re-seed = change random position across trials

cfg.dot.staticReSeed = 0 -> do not re-seed = don't change random position across trials

maybe I am misunderstanding the meaning of re-seed ?