Skip to content

Keeping multiple candidates while searching #6

Closed
@lukipuki

Description

@lukipuki

Hi,
have you considered keeping multiple candidates from each layer while searching?
This code selects only one candidate from each layer before going to the next layer.

Does it make sense to keep more candidates, e.g. 2? Keeping 2 candidates instead of 1 might not cause a 100% slowdown, since the neighbors of the 2 candidates might have overlap and thus the number of distance calculations might go up by much less than 100%. E.g. with 60% overlap there will be only 40% more distance calculations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions