SIRUS.jl icon indicating copy to clipboard operation
SIRUS.jl copied to clipboard

Does a non-greedy approach improve accuracy?

Open rikhuijzer opened this issue 1 year ago • 0 comments

Non-greedy binary splitting shouldn’t be too expensive. Number of points to check is q * sqrt(p) versus (q * sqrt(p))^2. Maybe only enable for reasonably low p and q.

rikhuijzer avatar Jul 08 '22 16:07 rikhuijzer