Skip to content
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

add k-d tree tutorial and update tree sub-module #771

Merged
merged 14 commits into from
May 22, 2023
Merged

Commits on Feb 20, 2023

  1. add k-d tree tutorial and update tree sub-module

    update tree sub-module with kd tree and tpr tree mixins
    rcgorman-dstl committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b344b31 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    955d75f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    56d1d78 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. update tutorial text based on PR 771 review. mainly improve the descr…

    …iption of traversing back up the kd tree during nearest neighbour search
    rcgorman-dstl committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    bf553d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4026043 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    a448466 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. update figure 2 legend to include description of example of kd tree s…

    …earch as requested in review
    rcgorman-dstl committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9140484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    246a1a8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    bcf15c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8172c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    f6373fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f16475e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    b85ada3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a54fe21 View commit details
    Browse the repository at this point in the history