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

Reactive policies #74

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 23, 2021

  1. Adding primitive reactive policies. Bets_policy.hpp offers framework …

    …which turns on and off policies based on given temperature. Bets_skip performs skipping of a single task in each window while temperature is above threshold. Bets_soft_throttle reduces frequencies to closest lower frequency when threshold is overstepped. Bets_hard_throttle set frequencies to minimum when temperature is above threshold.
    bumbarad committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d2c0678 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. details changed

    bumbarad committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    04ccc73 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Fix on both policies, policy switching changed to use average tempera…

    …tures over last 10 measurements, reduced temperature window.
    bumbarad committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    073f056 View commit details
    Browse the repository at this point in the history