Efficient Scheme for Active Particle Selection in N-body Simulations
Shiyan Zhong

TL;DR
The paper introduces an efficient active particle selection method for N-body simulations that significantly reduces computational complexity by focusing on the average active particles per step, saving time especially when this number is small.
Contribution
It presents a novel method that decreases the computational complexity of active particle selection in N-body simulations from O(N·N_{step}) to O(average_active_particles·N_{step}), improving efficiency.
Findings
Reduces active particle selection time in simulations.
Effective when the average active particles per step are small.
Significantly improves simulation efficiency in low activity scenarios.
Abstract
We propose an efficient method for active particle selection, working with Hermite Individual Time Steps (HITS) scheme in direct N-body simulation code GRAPE. For a simulation with particles, this method can reduce the computation complexity of active particle selection, from to , where is the average active particle number in every time step which is much smaller than and is the total time steps integrated during the simulation. Thus can save a lot of time spent on active particle selection part, especially in the case of low .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScientific Research and Discoveries · Simulation Techniques and Applications · Gaussian Processes and Bayesian Inference
