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

Multiset ranking / "argsort" #180

Open
HighDiceRoller opened this issue Jan 31, 2024 · 0 comments
Open

Multiset ranking / "argsort" #180

HighDiceRoller opened this issue Jan 31, 2024 · 0 comments

Comments

@HighDiceRoller
Copy link
Owner

HighDiceRoller commented Jan 31, 2024

This would take in any number of multiset expressions, then emit ranking of the combined values. Possible forms of output:

  • For each input, a tuple of ranks originating from that multiset.
  • For each rank, a tuple indicating originating multisets for that rank.

Possible naming for this switch:

  • "rank-major" vs. "source-major"

Options:

  • Break ties in favor of left or right, which would require only one level of tuples.
  • Limit the number of ranks considered.
@HighDiceRoller HighDiceRoller changed the title Multiset ranking Multiset ranking / "argsort" Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant