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

[llvm_instcount] Leaderboard Submission: Random Search #117

Merged
merged 1 commit into from
Mar 31, 2021

Commits on Mar 31, 2021

  1. [llvm-ic-v0/cBench-v0] Leaderboard submission: Random Search.

    This adds a pure random policy that selects actions randomly until a
    fixed number of steps (the "patience" of the search) have been
    evaluated without an improvement to reward. The search stops after a
    predetermined amount of search time has elapsed.
    
    The patience value was selected by running a random 200 searches on
    programs from the `blas-v0` dataset and selecting the value that
    produced the best average reward.
    ChrisCummins committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    593e949 View commit details
    Browse the repository at this point in the history