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

Token Deduplication for Hypergraphs #649

Open
maxitg opened this issue May 19, 2021 · 0 comments
Open

Token Deduplication for Hypergraphs #649

maxitg opened this issue May 19, 2021 · 0 comments
Labels
student project A potential student project for the Wolfram School

Comments

@maxitg
Copy link
Owner

maxitg commented May 19, 2021

The project goal

We do have some understanding of how token deduplication might work in systems where atoms have explicit names (i.e., multiset systems with no Module, Unique, or other randomly-generated symbols on right-hand sides of rules).

The case of hypergraphs, however, is considerably more complicated. In particular, it appears to not be possible to do token deduplication uniquely if one attempts to deduplicate states corresponding to isomorphic hypergraphs.

The goal of this project is to develop an approach for deduplication in this case.

  • A research note describing the approach for token deduplication in hypergraph systems.
  • If time permits, implementation of that approach for HypergraphSubstitutionSystem.

Motivations

Multihistories appear to have some resemblance to the path integral formalism of quantum mechanics. However, to complete the formalism, one needs to be able to merge paths (more precisely, subhistories), for which token deduplication is necessary. This project is a part of that effort. The other part (#645) is understanding how to define probabilities on multihistories.

External prerequisites

  • Familiarity with path integrals.
  • Proficiency in graph theory.
  • Experience with C++ or Wolfram Language.

SetReplace prerequisites

  • Understanding of token-event graphs.
  • Understanding of HypergraphSubstitutionSystem.

Difficulty

I (@maxitg) am stuck on this problem myself at the moment, so it may well be rather difficult. Of course, I might also be missing something obvious.

Potential instructors

@maxitg

Existing work

  • Research note describing local multiway systems and token-event graphs (called expression-event graphs in the note). There are some ideas on token deduplication in the end.
  • Notebook describing a potential approach to deduplication. The probability theory will likely be based on graphs such as those generated by TimelessTEG from this notebook.

Required future SetReplace features

It would be useful to integrate TimelessTEG first, however, the algorithm for the HypergraphSubstitutionSystem might be completely different, so it's not strictly neccessary.

@maxitg maxitg added the student project A potential student project for the Wolfram School label May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
student project A potential student project for the Wolfram School
Projects
None yet
Development

No branches or pull requests

1 participant