Skip to content

Implement lower complexity verify_min_distance #10

Open
@bblankrot

Description

@bblankrot

Currently, this is an O(M^2) algorithm. This can be improved substantially, for example by recursively subdividing the domain or by using an FMM-type approach (divide into boxes of size d_min, and then check only near neighbors).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions