-
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
iterative ref: branch and bound #3
Comments
See discussion in
|
When implementing it would be useful to benchmark what are the bottlenecks
Depending on how things are parallelized, and if the ctf is included or not in the bayes factor computations, some things could be reused between particles like the (library of slices without the ctf applied. How to decide how finely gridded to make the grid search? By what criteria? Perhaps heuristics based on how well the signal agrees in half_map_1, half_map_2 (Fourier voxels). |
See comments on healpy and benchmarking in #13 |
The text was updated successfully, but these errors were encountered: