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

Added Generic Greedy Associator and Added non_association_cost to OneToOneAssociator #894

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2023

  1. Created GreedyAssociator in stonesoup/dataassociator/general.py

    Changed MeanMeasure to return nan instead of None for len(measures) = 0
    gawebb-dstl committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1194e7b View commit details
    Browse the repository at this point in the history
  2. Updated docs/examples/One_to_One_Associator.py with a GreedyAssociato…

    …r example and added an example on non_association_cost
    gawebb-dstl committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    29a84bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d0f710 View commit details
    Browse the repository at this point in the history
  4. Changed test for MeanMeasure

    Minor flake8 and typo fixes
    gawebb-dstl committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3a0fb26 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 6, 2023

  1. renamed: docs/examples/One_to_One_Associator.py -> docs/examples/Gene…

    …ric_Association.py
    
    added docs to docs/examples/non_association_cost.py
    changed implementation of OneToOneAssociator to use a scale_distance_matrix function
    gawebb-dstl committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    88b45b0 View commit details
    Browse the repository at this point in the history