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

Ensure Max Left Score #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chengyumeng
Copy link

What I mainly do in the PR:

In the card selection policy, on the premise of ensuring that the selected card group has the highest score, try to make the remaining cards have higher scores.

for example In the following topology, if cards 0-5 are within the candidate range and two cards are selected at this time, card 4-5 should be selected instead of 0-1 or 2-3, because this can ensure the remaining 0-3 The mutual communication between cards is optimal and is conducive to the subsequent allocation of 4-card services.

image

This PR does not introduce additional complexity. It further calculates the scores of the remaining cards based on the original scoring logic to assist in decision-making.

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.

None yet

1 participant