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

Make search expansion grow through time instead of shrink #448

Merged
merged 8 commits into from
Jun 20, 2019

Conversation

Askaholic
Copy link
Collaborator

@Askaholic Askaholic commented Jun 10, 2019

Closes #445
Might help with #427

Your threshold for matches will now decrease (it was increasing before) the longer you wait. Meaning that the longer you sit in queue without finding a match, the more likely it will become that the server can find a match for you at the cost of that match probably being uneven.

@Askaholic Askaholic changed the title Make expansion grow through time instead of shrink Make search expansion grow through time instead of shrink Jun 10, 2019
@Rackover
Copy link
Member

Tested, works as intended, although it's very slow and I would like the parameters to be more configurable

@Rackover Rackover merged commit 71c028a into FAForever:develop Jun 20, 2019
@Askaholic Askaholic deleted the issue/#445-search-expansion branch June 20, 2019 07:21
Brutus5000 pushed a commit that referenced this pull request Jun 24, 2019
* Make expansion grow through time instead of shrink

* Use list evaluation, primarily to re-trigger travis build

* Add config parameters for search expansion

* Adjust default config values
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

Successfully merging this pull request may close these issues.

Search expansion increases threshold with time instead of decreasing it
2 participants