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

fix(ai): improve AI selection algorithm #3030

Merged
merged 2 commits into from
May 2, 2024

Commits on Apr 24, 2024

  1. fix(ai): improve selection algorithm

    This commit modifies the selection algorithm to continue retrying for a
    duration of one second instead of stopping after four attempts. This
    change addresses issues encountered with the current algorithm's
    performance in environments with 15 nodes on the network, ensuring more
    robust and reliable operation until further optimizations can be
    implemented.
    rickstaa committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5a08c6d View commit details
    Browse the repository at this point in the history
  2. refactor(ai): enhance selection algorithm retry logic

    This commit replaces the time-based for-loop in the selection
    algorithm's retry logic with a more context-aware approach.
    rickstaa committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    a3007cf View commit details
    Browse the repository at this point in the history