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

Information and Network Architectures #903

Open
wants to merge 173 commits into
base: main
Choose a base branch
from
Open

Conversation

orosoman-dstl
Copy link
Contributor

@orosoman-dstl orosoman-dstl commented Dec 11, 2023

Introducing the long-awaited architecture module! Thus far, multi-sensor tracking in Stone Soup has operated on the assumption that data from multiple sensors can be fused together seamlessly, but this addition allows experimentation with different architectures.

  • A network architecture models how data is passed around between nodes.
  • An information architecture is models how data is fused together within a network. The information architecture is therefore dependent on the network architecture to operate, as without it there would be no data to fuse.

As there are a fair chunk of new components, we've provided documentation in the form of three tutorials, which I'd recommend starting with to aid your understanding.

orosoman-dstl and others added 30 commits November 29, 2023 08:59
@spike-dstl spike-dstl force-pushed the architecture_repr branch 3 times, most recently from 9c2cba7 to ffd7fc1 Compare September 9, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants