tud-zih-energy / FIRESTARTER

FIRESTARTER: A Processor Stress Test Utility. This repository contains the source code generator. Our releases (including the generated source code and precompiled binaries) are available at https://tu-dresden.de/zih/firestarter/.
GNU General Public License v3.0
115 stars 25 forks source link

Feature: Allow switching of the payload if the metrics are far from the pareto front #83

Open marenz2569 opened 1 month ago

marenz2569 commented 1 month ago

We should be able to decrease the execution time of a payload when we detect, that this individual is far from the pareto front. This will decrease the accuracy of the model in these points, however we shouldn't need the accuracy around these points given that the model (metric = model(individual)) is monotonic and has no steep slopes. It should also mitigate thermal effects on the execution e.g., lower power consumption of subsequent individuals due to lower heat output of the current individual. This should improve the overall execution time of the optimization.

DoD