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

matchmaking utility package #3

Open
mashiike opened this issue Jun 30, 2019 · 0 comments
Open

matchmaking utility package #3

mashiike opened this issue Jun 30, 2019 · 0 comments

Comments

@mashiike
Copy link
Owner

mashiike commented Jun 30, 2019

Create matchmaking package
Provides utilities for matchmaking.

Basically, the following interface is considered.

type Element interface {
  Rating() rating.Rating
  MemberCount() int
}

Provide a Queue that can store anything that satisfies this interface.

When Queue reaches the specified number, it tries to return the combination of the match via the channel.

The algorithm is considered to be an annealing method or one using the Gale-Shapley algorithm.

@mashiike mashiike changed the title feature/v0.6.0 machimaking utility Nov 30, 2020
@mashiike mashiike changed the title machimaking utility matchmaking utility package Nov 30, 2020
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