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

Implement BIS search for gear sets #10

Open
secretbis opened this issue Mar 21, 2021 · 0 comments
Open

Implement BIS search for gear sets #10

secretbis opened this issue Mar 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@secretbis
Copy link
Owner

Given a set of item candidates for each slot, and normal talents/buffs input, the sim should compare the performance of each combination of items.

This is similar to EP calculation, in which randomness should be controlled for each iteration for more consistent comparisons. The output should be a ranking of item sets, with avg/median DPS for each.

The combinations do get out of hand rather quickly, and it will likely be necessary to distribute this workload across some relatively capable machines. EC2 c5a machines are probably the best price per vCPU/hr.

This will not be remotely feasible to run via the web version, but the output should be consumable from the UI.

@secretbis secretbis added the enhancement New feature or request label Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant