-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code profiling: constantDensitySampling() #10
Comments
There is only limited support for sampling Eventually, we will want to migrate over to |
Experiments with parallel processing on Windows (
Worth the effort? Not sure. I'll commit these changes and test further. Here is some great discussion on when / where / how parallelization might be possible in Windows. More details here. There is a lot of overhead when using |
Strange: |
I don't think that parallel processing is working as intended, even for a very large number of samples. Consider alternatives to |
There is likely room for improvement in
constantDensitySampling()
:sample.by.poly()
as applied to ansp
object to be sampledtry()
/if()
withinsample.by.poly()
Profiling data for
constantDensitySampling()
, see documentation:Some recent stats:
The text was updated successfully, but these errors were encountered: