docgovtnz / spbal

Other
0 stars 1 forks source link

Repeated random seeds on simulation #2

Open paul-vdb opened 1 week ago

paul-vdb commented 1 week ago

I suspect that first findFirstStudyRegionPoint is not working as intended. I'm simulating 100 BAS samples and getting repeated random random seeds often (1/10). Need to update function. This function is also very slow and a problem for simulation studies.

paul-vdb commented 1 week ago

See new branch random_seed for an interim solution. Testing needs to be done and discussion about whether or not we want to update this logic elsewhere. I think the HaltonFrame function was using the previous function as well so need to check if they also have issues with the random seed.